Skip to content

Commit e6dcf56

Browse files
authored
Update src/content/docs/durable-objects/platform/limits.mdx
1 parent 4c84d43 commit e6dcf56

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
@@ -68,7 +68,7 @@ Durable Objects are designed such that the number of individual objects in the s
6868

6969
Durable Objects are Worker scripts, and share the same [per invocation CPU limits](/workers/platform/limits/#worker-limits) as any Workers do. Note that CPU time is active processing time: not time spent waiting on network requests, storage calls, or other general I/O, which don't count towards your CPU time or Durable Objects compute consumption.
7070

71-
By default, the maximum CPU time per Durable Objects invocation (HTTP request, WebSocket message, or Alarm) is set to 30 seconds, but can be increased for all Durable Objects associated with a Durable Object definition by setting `limits.cpu_ms` in your wrangler configuration:
71+
By default, the maximum CPU time per Durable Objects invocation (HTTP request, WebSocket message, or Alarm) is set to 30 seconds, but can be increased for all Durable Objects associated with a Durable Object definition by setting `limits.cpu_ms` in your Wrangler configuration:
7272

7373
<WranglerConfig>
7474

0 commit comments

Comments
 (0)