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:
Zahary Karadjov 2021-03-23 11:00:17 +02:00 committed by Arthur Koziel
parent 2088c0c92b
commit b03dbdb5c6
No known key found for this signature in database
GPG Key ID: 55B0204F1259CA3A
1 changed files with 3 additions and 0 deletions

View File

@ -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") }}'