Skip to content

Commit 22c7ced

Browse files
authored
[KV]Update write-key-value-pairs.mdx
Per common in our docs, can we use MB for megabytes here as well?
1 parent ded16fc commit 22c7ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/api/write-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Write more than one key-value pair at a time with Wrangler or [via the REST API]
8888
8989
The bulk API can accept up to 10,000 KV pairs at once.
9090
91-
A `key` and a `value` are required for each KV pair. The entire request size must be less than 100 megabytes. Bulk writes are not supported using the [KV binding](/kv/concepts/kv-bindings/).
91+
A `key` and a `value` are required for each KV pair. The entire request size must be less than 100 MB. Bulk writes are not supported using the [KV binding](/kv/concepts/kv-bindings/).
9292
9393
### Expiring keys
9494

0 commit comments

Comments
 (0)