Skip to content

Commit

Permalink
Syntax fix for limits in D1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxyjun committed Aug 23, 2024
1 parent 835e130 commit c86ab9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/content/docs/d1/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Render } from "~/components"
| Maximum characters (bytes) in a `LIKE` or `GLOB` pattern | 50 bytes |
| Maximum bindings per Workers script | Approximately 5,000 [^2] |
| Maximum SQL query duration | 30 seconds |
| Maximum file import (`d1 execute`) size | 5 GiB [^3] |
| Maximum file import (`d1 execute`) size | 5 GiB [^3] |

:::note

Expand All @@ -43,6 +43,4 @@ Refer to the [Choose a data or storage product](/workers/platform/storage-option

[^3]: The imported file is uploaded to R2. See [R2 upload limit](/r2/platform/limits).

<sup>3</sup> The imported file is uploaded to R2. See [R2 upload limit](/r2/platform/limits).

<Render file="limits_increase" product="workers" />

0 comments on commit c86ab9b

Please sign in to comment.