maxPendingRequests property

int? maxPendingRequests
final

Optional global limit for requests awaiting worker responses.

null preserves the historical unbounded behavior. Use a small multiple of native pool size for high-concurrency pool workloads.

Implementation

final int? maxPendingRequests;