Skip to content

Commit 06fa002

Browse files
authored
Update limits of KV namespaces to 1000 (#19404)
Signed-off-by: Ferhat Elmas <[email protected]>
1 parent f56b8fc commit 06fa002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/platform/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Render } from "~/components"
1616
| Writes to different keys | 1,000 writes per day | Unlimited |
1717
| Writes to same key | 1 per second | 1 per second |
1818
| Operations/worker invocation | 1000 | 1000 |
19-
| Namespaces | 200 | 200 |
19+
| Namespaces | 1000 | 1000 |
2020
| Storage/account | 1 GB | Unlimited |
2121
| Storage/namespace | 1 GB | Unlimited |
2222
| Keys/namespace | Unlimited | Unlimited |

0 commit comments

Comments
 (0)