You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/durable-objects/platform/limits.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { Render } from "~/components";
10
10
11
11
Durable Objects are only available on the [Workers Paid plan](/workers/platform/pricing/#workers). Durable Objects limits are the same as [Workers Limits](/workers/platform/limits/), as well as the following limits that are specific to Durable Objects:
12
12
13
-
| Feature | Limit for class with key-value storage backend | Limit for class with SQite storage backend [^1]|
13
+
| Feature | Limit for class with key-value storage backend | Limit for class with SQLite storage backend [^1]|
| Number of Objects | Unlimited (within an account or of a given class) | Unlimited (within an account or of a given class) |
16
16
| Maximum Durable Object namespaces | 500 (identical to the [script limit](/workers/platform/limits/)) | 500 (identical to the [script limit](/workers/platform/limits/)) |
0 commit comments