From 7f7e234f361936a0d90a9f4dc6772e9caab2883e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 28 Oct 2022 17:00:35 +0200 Subject: [PATCH] nimbus.prater: bump header body and header limits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Necessary to accomodate large number of validators handled by the validator client node. Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.prater.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/group_vars/nimbus.prater.yml b/ansible/group_vars/nimbus.prater.yml index 287d670..61b6c13 100644 --- a/ansible/group_vars/nimbus.prater.yml +++ b/ansible/group_vars/nimbus.prater.yml @@ -42,6 +42,8 @@ beacon_node_listening_port: '{{ 9000 + idx }}' beacon_node_metrics_port: '{{ 9200 + idx }}' beacon_node_rest_port: '{{ 9300 + idx }}' beacon_node_rest_address: '0.0.0.0' +beacon_node_rest_max_body_size: 65536 +beacon_node_rest_max_headers_size: 1024 # Firewall beacon_node_firewall_libp2p_open: '{{ node.get("open_libp2p_ports", true) }}' # Tuning