From c86ab9b8c3aaa4e9adb3afd4a40d3c475206dd1d Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Fri, 23 Aug 2024 13:39:43 +0100 Subject: [PATCH] Syntax fix for limits in D1. --- src/content/docs/d1/platform/limits.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/docs/d1/platform/limits.mdx b/src/content/docs/d1/platform/limits.mdx index 284dc9f55263ad..6c1a084848d08c 100644 --- a/src/content/docs/d1/platform/limits.mdx +++ b/src/content/docs/d1/platform/limits.mdx @@ -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 @@ -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). -3 The imported file is uploaded to R2. See [R2 upload limit](/r2/platform/limits). -