Skip to content

Commit 925ecbd

Browse files
committed
Adding intro to limits section.
1 parent 502101f commit 925ecbd

File tree

1 file changed

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

1 file changed

+1
-11
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,10 @@ import { Render, GlossaryTooltip } from "~/components";
1010

1111
Durable Objects have limits.
1212

13-
- Limits may depend on your Workers plan.
13+
- Limits may depend on your Workers plan. For pricing-related information, refer to [Durable Object pricing](/durable-objects/platform/pricing/)
1414
- If you exceed any one of these limits, further operations of that type will fail with an error.
1515
- Daily limits reset at 00:00 UTC.
1616

17-
##
18-
19-
| | Free plan | Paid plan |
20-
| --------------- | --------------------- | --------------------------------- |
21-
| Read requests | 100,000 / day | 10 million/month, + $0.50/million |
22-
| Write requests | 1,000 / day | 1 million/month, + $5.00/million |
23-
| Delete requests | 1,000 / day | 1 million/month, + $5.00/million |
24-
| List requests | 1,000 / day | 1 million/month, + $5.00/million |
25-
| Stored data | 1 GB | 1 GB, + $0.50/ GB-month |
26-
2717
## General Durable Object limits
2818

2919
| Feature | Limit for class with SQLite storage backend [^1] | Limit for class with key-value storage backend |

0 commit comments

Comments
 (0)