Skip to main content

DEFAULT_TIMEOUT

Constant DEFAULT_TIMEOUT 

Source
pub const DEFAULT_TIMEOUT: Duration;
Expand description

How long a request may take, from sending it to reading the whole reply, unless the client says otherwise (Client::with_timeout). A reply usually takes a second or two.