exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 05b338ce6f8ce46e55d2bb99414de346197808a8
parent b999a6b2c57a7f4bd2fcfc2f7c273c9d8905500d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 12 Dec 2019 16:11:58 +0100

do not use max-requests in tests, forking prevents killing in test

Diffstat:
Msrc/exchange/test_taler_exchange_httpd.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf @@ -8,7 +8,7 @@ CURRENCY = EUR [exchange] -MAX_REQUESTS = 2 +# MAX_REQUESTS = 2 # how long is one signkey valid? SIGNKEY_DURATION = 4 weeks