Skip to content

Commit 87ca42b

Browse files
Update src/content/docs/durable-objects/platform/limits.mdx
Co-authored-by: marciocloudflare <[email protected]>
1 parent 5389afb commit 87ca42b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Durable Objects are only available on the [Workers Paid plan](/workers/platform/
2626

2727
[^2]: Durable Objects both bills and measures storage based on a gigabyte <br/> (1 GB = 1,000,000,000 bytes) and not a gibibyte (GiB). <br/>
2828

29-
[^3]: Will be raised to 10GB for general availability.
29+
[^3]: Will be raised to 10 GB for general availability.
3030

3131
[^4]: Each incoming HTTP request or WebSocket *message* resets the remaining available CPU time to 30 seconds. This allows the Durable Object to consume up to 30 seconds of compute after each incoming network request, with each new network request resetting the timer. If you consume more than 30 seconds of compute between incoming network requests, there is a heightened chance that the individual Durable Object is evicted and reset.
3232

0 commit comments

Comments
 (0)