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:
Ivan Folgueira Bande 2024-05-30 09:35:09 +02:00 committed by Jakub Sokołowski
parent 9bbed44078
commit dc9b6f5a81
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 0 deletions

View File

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