Reduce the number of peers on Prater and Pyrmont nodes
This is a test of the recently developed subnet walking functionality
This commit is contained in:
parent
e8317de1a4
commit
e58d1f7abc
|
@ -15,6 +15,9 @@ beacon_node_cont_image: 'statusteam/nimbus_beacon_node:unstable-{{ node_size }}'
|
|||
beacon_node_cont_tag: '{{ node_branch }}-{{ node_size }}'
|
||||
beacon_node_network: 'prater'
|
||||
|
||||
# Peers
|
||||
beacon_node_max_peers: 50
|
||||
|
||||
# Windows service user
|
||||
beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}'
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@ beacon_node_network: 'pyrmont'
|
|||
beacon_node_log_level: 'INFO'
|
||||
beacon_node_dist_validators_enabled: true
|
||||
|
||||
# Peers
|
||||
beacon_node_max_peers: 40
|
||||
|
||||
# Split by hostname and branch for more central location.
|
||||
validators_layout:
|
||||
"metal-01.he-eu-hel1.nimbus.pyrmont": # 4000 validators each
|
||||
|
|
Loading…
Reference in New Issue