status: disable store DB vacuuming

It constantly causes issues with node restarting and spending more than
a few hours vacuuming, often failing due to not enough disk space.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-21 14:50:07 +01:00
parent ef22ca4f3a
commit e16ca12e1f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ nim_waku_rpc_tcp_addr: 0.0.0.0
nim_waku_p2p_max_connections: 200
# Store
nim_waku_store_message_retention_policy: '{{ (stage == "test") | ternary("size:15GB", "time:2592000") }}' # 14 or 30 days
nim_waku_store_vacuum: true
# Requires too much disk and takes too long.
nim_waku_store_vacuum: false
# DNS Discovery
nim_waku_dns_disc_enabled: true
nim_waku_dns_disc_url_map: