pub const DEFAULT_MIN_PEERS: usize = (DEFAULT_REDUNDANCY_TARGET as f64 / DEFAULT_UPTIME) as usize; // 100usize
Expand description

The minimum number of peers before sharding can begin. This factors in the expected uptime to reach the redundancy target.