diff options
Diffstat (limited to 'src/exchangedb/exchangedb.conf')
-rw-r--r-- | src/exchangedb/exchangedb.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb.conf b/src/exchangedb/exchangedb.conf index 77748bf5a..1c22301ad 100644 --- a/src/exchangedb/exchangedb.conf +++ b/src/exchangedb/exchangedb.conf @@ -26,3 +26,7 @@ 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 + +# What is the desired delay between a transaction being ready and the +# aggregator triggering on it? +AGGREGATOR_SHIFT = 1 s |