From 7844f63688559518a4c73ae5946b8f86bc475a76 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:22:58 +0100 Subject: [PATCH] bug: Fix typo of default size retention policy. (#79) --- run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_node.sh b/run_node.sh index 4a3c5a0..73417e6 100644 --- a/run_node.sh +++ b/run_node.sh @@ -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}"