Skip to content

Commit

Permalink
Update ansible/group_vars/node.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub <[email protected]>
  • Loading branch information
Ivansete-status and jakubgs committed Sep 11, 2024
1 parent 034f0b9 commit ef8f34a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/group_vars/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ nim_waku_rpc_tcp_port: 8545

# Limits
nim_waku_p2p_max_connections: 300
nim_waku_max_relay_peers: 200
# Lower limit than max conns to allow space for other protocol and Waku canary.
nim_waku_max_relay_peers: '{{ nim_waku_p2p_max_connections - 100 }}'

# Store
nim_waku_store_message_db_name: 'nim-waku'
Expand Down

0 comments on commit ef8f34a

Please sign in to comment.