diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-10-09 23:23:14 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-10-09 23:23:14 +0200 |
commit | c1c02b8a3cc43c80b61f9e780d46c17b699abf72 (patch) | |
tree | 6ed297a5cd09800742cec1cf0585cc10e9f01d80 /src/exchangedb/exchangedb.conf | |
parent | ea11a9a0fdf754e647c1b09afaa2fa80d5aade02 (diff) |
-implementing do_reserves_open logic
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 1c22301ad..2bfcb2ca0 100644 --- a/src/exchangedb/exchangedb.conf +++ b/src/exchangedb/exchangedb.conf @@ -30,3 +30,7 @@ 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 + +# How many concurrent purses may be opened by a reserve +# if the reserve is paid for a year? +DEFAULT_PURSE_LIMIT = 1
\ No newline at end of file |