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.
pub const DEFAULT_UNHEALTHY_THRESHOLD: u32 = 5;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.