File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
src/content/docs/durable-objects/platform Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,10 @@ import { Render, GlossaryTooltip } from "~/components";
1010
1111Durable 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 |
You can’t perform that action at this time.
0 commit comments