Increase the number of peers on Pyrmont and Prater
This commit is contained in:
parent
7f5fd21829
commit
597dbb2b79
|
@ -16,7 +16,7 @@ beacon_node_cont_tag: '{{ node_branch }}-{{ node_size }}'
|
|||
beacon_node_network: 'prater'
|
||||
|
||||
# Peers
|
||||
beacon_node_max_peers: 50
|
||||
beacon_node_max_peers: 300
|
||||
|
||||
# Windows service user
|
||||
beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}'
|
||||
|
|
|
@ -17,7 +17,7 @@ beacon_node_log_level: 'INFO'
|
|||
beacon_node_dist_validators_enabled: true
|
||||
|
||||
# Peers
|
||||
beacon_node_max_peers: 40
|
||||
beacon_node_max_peers: 250
|
||||
|
||||
# Split by hostname and branch for more central location.
|
||||
validators_layout:
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# Peers
|
||||
beacon_node_max_peers: 100
|
|
@ -0,0 +1,2 @@
|
|||
# Peers
|
||||
beacon_node_max_peers: 50
|
Loading…
Reference in New Issue