From 2d55647f2aab1feb37d5439049f6824d11cda56c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Oct 2022 17:36:57 +0100 Subject: add support for reserve open/close operations to auditor, begin to split off purse auditing logic --- src/exchangedb/test-exchange-db-postgres.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 ab70bcfc..05104cb7 100644 --- a/src/exchangedb/test-exchange-db-postgres.conf +++ b/src/exchangedb/test-exchange-db-postgres.conf @@ -30,4 +30,7 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks LEGAL_RESERVE_EXPIRATION_TIME = 7 years # Shift to apply before aggregating. -AGGREGATOR_SHIFT = 1s \ No newline at end of file +AGGREGATOR_SHIFT = 1s + +# Number of purses per account by default. +DEFAULT_PURSE_LIMIT = 1 \ No newline at end of file -- cgit v1.2.3