Increase the --max-peers count on all fleet nodes
This setting is recommended due to the high-number of validators attached to each node which requires maintaining healthy peer counts on a larger number of gossip topics. For now, we don't bother specifying a lower value on the servers running a lower number of validators in order to simplify the implementation.
This commit is contained in:
parent
2088c0c92b
commit
b03dbdb5c6
|
@ -40,6 +40,9 @@ beacon_node_metrics_port : '9300'
|
|||
beacon_node_listening_port: '9100'
|
||||
beacon_node_discovery_port: '9100'
|
||||
|
||||
# Peers
|
||||
beacon_node_max_peers: 320
|
||||
|
||||
# Infura URL
|
||||
beacon_node_web3_url: '{{ lookup("passwordstore", "service/Nimbus/infura-url") }}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue