mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Improve network parameters (#5177)
* Modify network parameters for current mainnet conditions
This commit is contained in:
@@ -51,7 +51,7 @@ mod gossip_cache;
|
||||
pub mod gossipsub_scoring_parameters;
|
||||
pub mod utils;
|
||||
/// The number of peers we target per subnet for discovery queries.
|
||||
pub const TARGET_SUBNET_PEERS: usize = 6;
|
||||
pub const TARGET_SUBNET_PEERS: usize = 3;
|
||||
|
||||
const MAX_IDENTIFY_ADDRESSES: usize = 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user