Constant DEFAULT_PROVIDER_FAILURE_EXPIRATION_SECS

Source
pub const DEFAULT_PROVIDER_FAILURE_EXPIRATION_SECS: u64 = 60;
Expand description

Duration in seconds after which failures are considered stale and reset. This allows providers to naturally recover over time even without explicit success calls.