summaryrefslogtreecommitdiff
path: root/src/exchange/exchange.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-16 15:43:40 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-16 15:43:40 +0200
commit02716c4084c76630f35a5fcc4d2ef4e17d7e1b00 (patch)
tree3cdb2b705adb891dbda37bf44b0e08443bbea5fb /src/exchange/exchange.conf
parentd803d86bf9c69947f6b6e37caf8800abbd24135f (diff)
downloadexchange-02716c4084c76630f35a5fcc4d2ef4e17d7e1b00.tar.gz
exchange-02716c4084c76630f35a5fcc4d2ef4e17d7e1b00.tar.bz2
exchange-02716c4084c76630f35a5fcc4d2ef4e17d7e1b00.zip
-add skeleton logic for purse expiration
Diffstat (limited to 'src/exchange/exchange.conf')
-rw-r--r--src/exchange/exchange.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 9c68208ac..df136d9eb 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -47,8 +47,15 @@ BASE_URL = http://localhost:8081/
# How long should the aggregator sleep if it has nothing to do?
AGGREGATOR_IDLE_SLEEP_INTERVAL = 60 s
+# FIXME: document!
ROUTER_IDLE_SLEEP_INTERVAL = 60 s
+# How big is an individual shard to be processed
+# by taler-exchange-expire (in time). It may take
+# this much time for an expired purse to be really
+# cleaned up and the coins refunded.
+EXPIRE_SHARD_SIZE = 5 m
+
# How long should the transfer tool
# sleep if it has nothing to do?
TRANSFER_IDLE_SLEEP_INTERVAL = 60 s