mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-02-13 15:56:26 +00:00
bug: Fix typo of default size retention policy. (#79)
This commit is contained in:
parent
6b3718586c
commit
7844f63688
@ -53,7 +53,7 @@ if [ -n "${RLN_RELAY_CRED_PASSWORD}" ]; then
|
||||
RLN_RELAY_CRED_PASSWORD=--rln-relay-cred-password="${RLN_RELAY_CRED_PASSWORD}"
|
||||
fi
|
||||
|
||||
STORE_RETENTION_POLICY=--store-message-retention-policy=size:1GB}
|
||||
STORE_RETENTION_POLICY=--store-message-retention-policy=size:1GB
|
||||
|
||||
if [ -n "${STORAGE_SIZE}" ]; then
|
||||
STORE_RETENTION_POLICY=--store-message-retention-policy=size:"${STORAGE_SIZE}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user