boot: set max msg size to 1024KiB to fit store nodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9bbed44078
commit
dc9b6f5a81
|
@ -37,6 +37,7 @@ nim_waku_rpc_tcp_port: 8545
|
|||
nim_waku_websock_port: 443
|
||||
|
||||
# Limits
|
||||
nim_waku_max_msg_size: '1024KiB'
|
||||
nim_waku_p2p_max_connections: 300
|
||||
nim_waku_ip_colocation_limit: 100
|
||||
|
||||
|
|
Loading…
Reference in New Issue