From d8f1f7b761a41fc027c53dcd85c2b07dd73c6d1b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 May 2022 11:21:20 +0200 Subject: integrate purse expiration into test, bugfixes --- src/testing/test_exchange_api-cs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/testing/test_exchange_api-cs.conf') diff --git a/src/testing/test_exchange_api-cs.conf b/src/testing/test_exchange_api-cs.conf index 79332d648..204718120 100644 --- a/src/testing/test_exchange_api-cs.conf +++ b/src/testing/test_exchange_api-cs.conf @@ -45,6 +45,14 @@ DB = postgres # exchange (or the twister) is actually listening. BASE_URL = "http://localhost:8081/" +# 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 = 300 ms + +EXPIRE_IDLE_SLEEP_INTERVAL = 1 s + [exchangedb-postgres] CONFIG = "postgres:///talercheck" -- cgit v1.2.3