Skip to content

Commit

Permalink
wakuv2-prod: re-enable SQLite messages store
Browse files Browse the repository at this point in the history
Otherwise nodes try to load all messages into memory at startup.

And the issue that originally caused this to be disabled is closed:
waku-org/nwaku#1017
waku-org/nwaku#1018

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Oct 19, 2022
1 parent e425691 commit 06fc056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/wakuv2-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nim_waku_rpc_tcp_addr: 0.0.0.0
nim_waku_p2p_max_connections: 150

# SQLite store
nim_waku_sqlite_store: false
nim_waku_sqlite_store: true
nim_waku_sqlite_retention_time: 2592000 # 30 days

# DNS Discovery
Expand Down

0 comments on commit 06fc056

Please sign in to comment.