docker/run_nwaku_store_store|sqlite.sh: capacity retention policy

This commit is contained in:
Ivan Folgueira Bande 2023-10-09 19:33:18 +02:00 committed by Ivan FB
parent 025639b180
commit a65882529d
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ exec /usr/bin/wakunode\
--metrics-server-address=0.0.0.0\
--store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\
--store=true\
--store-message-retention-policy=time:864000
--store-message-retention-policy=capacity:4000000

View File

@ -22,4 +22,4 @@ exec /usr/bin/wakunode\
--metrics-server-address=0.0.0.0\
--store-message-db-url="sqlite:///data/store.sqlite3"\
--store=true\
--store-message-retention-policy=time:864000
--store-message-retention-policy=capacity:4000000