DEFAULT_UNHEALTHY_THRESHOLD

Constant DEFAULT_UNHEALTHY_THRESHOLD 

Source
pub const DEFAULT_UNHEALTHY_THRESHOLD: u32 = 5;
Expand description

Default number of consecutive send failures before a client is evicted.

Hard-coded to 5 in this crate; a follow-up patch will make this configurable via crate::ReflectorConfig.