concurrency
Getter
The maximum number of active requests. This is generally only modified for debugging purposes.
concurrency: number
@note When reducing concurrency, the number of active requests (numActive) will only decrease to the new value after a sufficient number of dispatched requests are resolved.
Returns - number
Setter
concurrency(max: number): void
| Parameter | Type | Description |
|---|---|---|
| max | number |
Returns - void
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.