Skip to content

Commit

Permalink
Relocating the limit increase box away from the footnotes for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxyjun committed Oct 16, 2024
1 parent 35c065d commit 7117eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/durable-objects/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Durable Objects are only available on the [Workers Paid plan](/workers/platform/

<sup>4</sup> Will be raised to 10GB for general availability.

<Render file="limits_increase" product="workers" />

For Durable Object classes with [SQLite storage backend](/durable-objects/best-practices/access-durable-objects-storage/#sqlite-storage-backend) these SQL limits apply:

| SQL | Limit |
Expand All @@ -44,6 +42,8 @@ For Durable Object classes with [SQLite storage backend](/durable-objects/best-p
| Maximum arguments per SQL function | 32 |
| Maximum characters (bytes) in a `LIKE` or `GLOB` pattern | 50 bytes |

<Render file="limits_increase" product="workers" />

## How much work can a single Durable Object do?

Durable Objects can scale horizontally across many Durable Objects. Each individual Object is inherently single-threaded.
Expand Down

0 comments on commit 7117eb8

Please sign in to comment.