Skip to content

Commit 7117eb8

Browse files
committed
Relocating the limit increase box away from the footnotes for clarity.
1 parent 35c065d commit 7117eb8

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/durable-objects/platform

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/platform/limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Durable Objects are only available on the [Workers Paid plan](/workers/platform/
3030

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

33-
<Render file="limits_increase" product="workers" />
34-
3533
For Durable Object classes with [SQLite storage backend](/durable-objects/best-practices/access-durable-objects-storage/#sqlite-storage-backend) these SQL limits apply:
3634

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

45+
<Render file="limits_increase" product="workers" />
46+
4747
## How much work can a single Durable Object do?
4848

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

0 commit comments

Comments
 (0)