Skip to content
Merged

typo #17713

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/durable-objects/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Render } from "~/components";

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:

| Feature | Limit for class with key-value storage backend | Limit for class with SQite storage backend [^1] |
| 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) |
| Maximum Durable Object namespaces | 500 (identical to the [script limit](/workers/platform/limits/)) | 500 (identical to the [script limit](/workers/platform/limits/)) |
Expand Down
Loading