Skip to content

Commit

Permalink
store,boot: bump max connections from 300 to 500
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Sep 5, 2024
1 parent ecf2920 commit 901a62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nim_waku_websock_port: 443

# Limits
nim_waku_max_msg_size: '1024KiB'
nim_waku_p2p_max_connections: 300
nim_waku_p2p_max_connections: 500
nim_waku_ip_colocation_limit: 100

# Store
Expand Down
2 changes: 1 addition & 1 deletion ansible/group_vars/store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nim_waku_websock_port: 443

# Limits
nim_waku_max_msg_size: '1024KiB'
nim_waku_p2p_max_connections: 300
nim_waku_p2p_max_connections: 500
nim_waku_ip_colocation_limit: 100

# Store
Expand Down

0 comments on commit 901a62f

Please sign in to comment.