summaryrefslogtreecommitdiff
path: root/src/exchangedb/test-exchange-db-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-24 12:19:36 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-24 12:19:36 +0200
commita654ceafba1b6f75bc1ec7c148ff6bc4336a47c5 (patch)
tree219e71226d279ede0baccdb81f330116f4a56a26 /src/exchangedb/test-exchange-db-postgres.conf
parent9e3f4bdd791f87df25cfd2b818c7ef385b78b35d (diff)
downloadexchange-a654ceafba1b6f75bc1ec7c148ff6bc4336a47c5.tar.gz
exchange-a654ceafba1b6f75bc1ec7c148ff6bc4336a47c5.tar.bz2
exchange-a654ceafba1b6f75bc1ec7c148ff6bc4336a47c5.zip
make sure reserves are not gc'ed before legal expiration
Diffstat (limited to 'src/exchangedb/test-exchange-db-postgres.conf')
-rw-r--r--src/exchangedb/test-exchange-db-postgres.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchangedb/test-exchange-db-postgres.conf b/src/exchangedb/test-exchange-db-postgres.conf
index d0afc535e..be821d758 100644
--- a/src/exchangedb/test-exchange-db-postgres.conf
+++ b/src/exchangedb/test-exchange-db-postgres.conf
@@ -17,3 +17,7 @@ CONFIG = postgres:///talercheck
# it is only configurable for testing, and should be treated
# as constant in production.
IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
+
+# After how long do we forget about reserves? Should be above
+# the legal expiration timeframe of withdrawn coins.
+LEGAL_RESERVE_EXPIRATION_TIME = 7 years