mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Re-assess Lighthouse's peer count for Fusaka (#7877)
This commit is contained in:
@@ -341,7 +341,7 @@ impl Default for Config {
|
||||
enr_udp6_port: None,
|
||||
enr_quic6_port: None,
|
||||
enr_tcp6_port: None,
|
||||
target_peers: 100,
|
||||
target_peers: 200,
|
||||
discv5_config,
|
||||
boot_nodes_enr: vec![],
|
||||
boot_nodes_multiaddr: vec![],
|
||||
@@ -352,7 +352,7 @@ impl Default for Config {
|
||||
disable_discovery: false,
|
||||
disable_quic_support: false,
|
||||
upnp_enabled: true,
|
||||
network_load: 4,
|
||||
network_load: 3,
|
||||
private: false,
|
||||
subscribe_all_data_column_subnets: false,
|
||||
subscribe_all_subnets: false,
|
||||
@@ -421,8 +421,8 @@ impl From<u8> for NetworkLoad {
|
||||
mesh_n_low: 4,
|
||||
outbound_min: 3,
|
||||
mesh_n: 8,
|
||||
mesh_n_high: 12,
|
||||
gossip_lazy: 3,
|
||||
mesh_n_high: 10,
|
||||
gossip_lazy: 2,
|
||||
history_gossip: 3,
|
||||
heartbeat_interval: Duration::from_millis(1000),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user