diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-26 09:00:19 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-26 09:00:19 +0100 |
commit | 783e2ae424fdd338da142e2e7472ee86b27d4035 (patch) | |
tree | 19e064be30a2276f2e07988b199f3a0d95615e0e /src/exchangedb/test-exchange-db-postgres.conf | |
parent | 238761c87d37dd03e47e79c368d2af4ea570158d (diff) |
add partitions to new p2p tables
Diffstat (limited to 'src/exchangedb/test-exchange-db-postgres.conf')
-rw-r--r-- | src/exchangedb/test-exchange-db-postgres.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/test-exchange-db-postgres.conf b/src/exchangedb/test-exchange-db-postgres.conf index e582025b1..ab70bcfce 100644 --- a/src/exchangedb/test-exchange-db-postgres.conf +++ b/src/exchangedb/test-exchange-db-postgres.conf @@ -28,3 +28,6 @@ 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 + +# Shift to apply before aggregating. +AGGREGATOR_SHIFT = 1s
\ No newline at end of file |