DEFAULT_HTTP_READ_TIMEOUT_MS

Constant DEFAULT_HTTP_READ_TIMEOUT_MS 

Source
pub const DEFAULT_HTTP_READ_TIMEOUT_MS: u64 = 6000; // 6_000u64
Expand description

The default HTTP read timeout in milliseconds. This constant defines the maximum time to wait for an HTTP read operation before timing out, helping to prevent hanging connections.