From 08ba46581f37625fc47ed132edfe1647e7b21d24 Mon Sep 17 00:00:00 2001 From: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:32:44 -0400 Subject: [PATCH] Update limits.mdx --- src/content/docs/durable-objects/platform/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/durable-objects/platform/limits.mdx b/src/content/docs/durable-objects/platform/limits.mdx index d694ee9420dda4..1b2c053ef6c93b 100644 --- a/src/content/docs/durable-objects/platform/limits.mdx +++ b/src/content/docs/durable-objects/platform/limits.mdx @@ -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/)) |