pub const DEFAULT_MIN_REDUNDANCY: u32 = (REDUNDANCY_FLOOR as f64 / DEFAULT_UPTIME) as u32; // 40u32
Expand description

The minimum number of peers we can consider acceptable to see in our arc during testing.