Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
DynamicDispatchLimits
Interface DynamicDispatchLimits
interface
DynamicDispatchLimits
{
cpuMs
?:
number
;
subRequests
?:
number
;
}
Index
Properties
cpu
Ms?
sub
Requests?
Properties
Optional
cpu
Ms
cpu
Ms
?:
number
Limit CPU time in milliseconds.
Optional
sub
Requests
sub
Requests
?:
number
Limit number of subrequests.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cpu
Ms
sub
Requests
@cloudflare/workers-types
Loading...
Limit CPU time in milliseconds.