limitTimeout property

Duration get limitTimeout

If the number of connections is more than limitConnections, the establishing of new connections will be slowed down by waiting the duration specified in limitTimeout. Default: 700ms.

Note: it is ignored if limitConnections is zero or negative.

Implementation

Duration get limitTimeout;