timeout property

Duration timeout

The maximum amount of time to queue incoming requests for if there is no server available.

If the timeout expires, then the request will be immediately terminated with a 502 Bad Gateway error. Default: 5s

Implementation

Duration get timeout => _timeout;