Constant kitsune_p2p_dht_arc::MIN_PEERS[][src]

pub const MIN_PEERS: usize = (REDUNDANCY_TARGET as f64 / DEFAULT_UPTIME) as usize; // 0x0000_0000_0000_0064usize
Expand description

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