From c15e1ea35806a66eb1f044a5620718cc4415b0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 16 May 2023 12:37:20 +0200 Subject: [PATCH] nimbus.mainnet: 10k max peers for stable-02@linux-03 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.mainnet.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.mainnet.yml b/ansible/group_vars/nimbus.mainnet.yml index 5de936c..cba228d 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -47,6 +47,7 @@ beacon_node_metrics_port: '{{ 9200 + idx }}' beacon_node_rest_port: '{{ beacon_node_rest_port_base + idx }}' beacon_node_rest_port_base: 9300 beacon_node_rest_address: '0.0.0.0' +beacon_node_max_peers: '{{ node.get("max_peers", 320) }}' # Firewall beacon_node_firewall_libp2p_open: '{{ node.get("open_libp2p_ports", true) }}' # Builds @@ -131,7 +132,7 @@ nodes_layout: - { branch: 'unstable', num: 2 } 'linux-03.ih-eu-mda1.nimbus.mainnet': - - { branch: 'stable', num: 1 } + - { branch: 'stable', num: 1, max_peers: 10000 } - { branch: 'stable', num: 2 } - { branch: 'testing', num: 1 } - { branch: 'testing', num: 2 }