diff --git a/src/content/docs/d1/platform/limits.mdx b/src/content/docs/d1/platform/limits.mdx index 2eff6b0101a90f..72ac4cbd48d8eb 100644 --- a/src/content/docs/d1/platform/limits.mdx +++ b/src/content/docs/d1/platform/limits.mdx @@ -18,7 +18,7 @@ import { Render } from "~/components"; | Queries per Worker invocation (read [subrequest limits](/workers/platform/limits/#how-many-subrequests-can-i-make)) | 50 (Bundled) / 1000 (Unbound) | | Maximum number of columns per table | 100 | | Maximum number of rows per table | Unlimited (excluding per-database storage limits) | -| Maximum string, `BLOB` or table row size | 1,000,000 bytes (1 MB) | +| Maximum string, `BLOB` or table row size | 2,000,000 bytes (2 MB) | | Maximum SQL statement length | 100,000 bytes (100 KB) | | Maximum bound parameters per query | 100 | | Maximum arguments per SQL function | 32 |