status: lower store capacity to half million

1 million is about 1.5 GB, which is a bit match for storing
entirely in memory, so I'm lowering to half of that for now.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-23 00:33:47 +02:00
parent f29af66ecb
commit ccc074f24c
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ nim_waku_rpc_tcp_port: 8545
nim_waku_rpc_tcp_addr: 0.0.0.0
# Limits
nim_waku_p2p_max_connections: 150
nim_waku_store_capacity: 1000000
nim_waku_store_capacity: 500000
# Peer connecting
nim_waku_connect_consul_service_names: ['{{ nim_waku_cont_name }}', 'nim-waku-bridge']
nim_waku_connect_rpc_port: '{{ nim_waku_rpc_tcp_port }}'