chore: increase max conns in status fleets

Status plans to launch community feature to ~150 contributors. This ensures enough connection slots even if everyone is connected simultaneously.
This commit is contained in:
Hanno Cornelius 2022-11-24 10:09:37 +02:00 committed by GitHub
parent e371b3194f
commit 792052fbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ nim_waku_metrics_port: 8008
nim_waku_rpc_tcp_port: 8545
nim_waku_rpc_tcp_addr: 0.0.0.0
# Limits
nim_waku_p2p_max_connections: 150
nim_waku_p2p_max_connections: 200
# Store
nim_waku_store_message_retention_policy: '{{ (stage == "test") | ternary("time:1209600", "time:2592000") }}' # 14 or 30 days
# DNS Discovery