queueLengthLimit property

int? queueLengthLimit
final

queueLengthLimit is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.

Implementation

final int? queueLengthLimit;