Increase the number of peers on Pyrmont and Prater

This commit is contained in:
Zahary Karadjov 2021-09-21 21:29:04 +03:00
parent 7f5fd21829
commit 597dbb2b79
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
4 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@ beacon_node_cont_tag: '{{ node_branch }}-{{ node_size }}'
beacon_node_network: 'prater' beacon_node_network: 'prater'
# Peers # Peers
beacon_node_max_peers: 50 beacon_node_max_peers: 300
# Windows service user # Windows service user
beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}' beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}'

View File

@ -17,7 +17,7 @@ beacon_node_log_level: 'INFO'
beacon_node_dist_validators_enabled: true beacon_node_dist_validators_enabled: true
# Peers # Peers
beacon_node_max_peers: 40 beacon_node_max_peers: 250
# Split by hostname and branch for more central location. # Split by hostname and branch for more central location.
validators_layout: validators_layout:

View File

@ -0,0 +1,2 @@
# Peers
beacon_node_max_peers: 100

View File

@ -0,0 +1,2 @@
# Peers
beacon_node_max_peers: 50