nim-waku: add --ip-colocation-limit flag
https://github.com/status-im/infra-shards/issues/27
This commit is contained in:
parent
8a94903ad0
commit
abe3642480
|
@ -29,8 +29,10 @@ nim_waku_metrics_port: 8008
|
|||
nim_waku_disc_v5_port: 9000
|
||||
nim_waku_rpc_tcp_port: 8545
|
||||
nim_waku_websock_port: 443
|
||||
|
||||
# Limits
|
||||
nim_waku_p2p_max_connections: 300
|
||||
nim_waku_ip_colocation_limit: 100
|
||||
|
||||
# Store
|
||||
nim_waku_store_message_retention_policy: 'time:2592000' # 30 days
|
||||
|
|
|
@ -32,6 +32,7 @@ nim_waku_websock_port: 443
|
|||
|
||||
# Limits
|
||||
nim_waku_p2p_max_connections: 300
|
||||
nim_waku_ip_colocation_limit: 100
|
||||
|
||||
# Store
|
||||
nim_waku_store_message_db_name: 'nim-waku'
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
- name: nim-waku
|
||||
src: git@github.com:status-im/infra-role-nim-waku.git
|
||||
version: f1a77ab2958436efaf6bb94c5d1a21fcd5e95b30
|
||||
version: 388ce02ac55b2b51b3732a13ceb1cc7f851c88a0
|
||||
scm: git
|
||||
|
||||
- name: infra-role-certbot
|
||||
|
|
Loading…
Reference in New Issue