mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
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:
parent
063a3b7c05
commit
7f7e234f36
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user