From a654ceafba1b6f75bc1ec7c148ff6bc4336a47c5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Jul 2019 12:19:36 +0200 Subject: make sure reserves are not gc'ed before legal expiration --- src/exchangedb/test-exchange-db-postgres.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/exchangedb/test-exchange-db-postgres.conf') diff --git a/src/exchangedb/test-exchange-db-postgres.conf b/src/exchangedb/test-exchange-db-postgres.conf index d0afc535..be821d75 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 -- cgit v1.2.3