@logixjs/core
Preparing search index...
ConcurrencyPolicyPatch
Interface ConcurrencyPolicyPatch
interface
ConcurrencyPolicyPatch
{
allowUnbounded
?:
boolean
;
concurrencyLimit
?:
ConcurrencyLimit
;
losslessBackpressureCapacity
?:
number
;
pressureWarningThreshold
?:
{
backlogCount
?:
number
;
backlogDurationMs
?:
number
;
}
;
warningCooldownMs
?:
number
;
}
Hierarchy (
View Summary
)
ConcurrencyPolicyPatch
ConcurrencyPolicy
ConcurrencyPolicyOverrides
Index
Properties
allow
Unbounded?
concurrency
Limit?
lossless
Backpressure
Capacity?
pressure
Warning
Threshold?
warning
Cooldown
Ms?
Properties
Optional
Readonly
allow
Unbounded
allowUnbounded
?:
boolean
Optional
Readonly
concurrency
Limit
concurrencyLimit
?:
ConcurrencyLimit
Optional
Readonly
lossless
Backpressure
Capacity
losslessBackpressureCapacity
?:
number
Optional
Readonly
pressure
Warning
Threshold
pressureWarningThreshold
?:
{
backlogCount
?:
number
;
backlogDurationMs
?:
number
}
Optional
Readonly
warning
Cooldown
Ms
warningCooldownMs
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Unbounded
concurrency
Limit
lossless
Backpressure
Capacity
pressure
Warning
Threshold
warning
Cooldown
Ms
@logixjs/core
Loading...