nimbus.prater: bump header body and header limits

Necessary to accomodate large number of validators handled by the
validator client node.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-28 17:00:35 +02:00
parent 063a3b7c05
commit 7f7e234f36
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -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