diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-05-24 16:22:53 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-05-24 16:22:53 +0200 |
commit | 8d7fe0a745d51d85eb46c5fdb879651ad13816de (patch) | |
tree | 6a8c01910c74ffe7ec4a50288fac1cf6f52697e8 | |
parent | 99eabe39481bd94f9dbf455d615d38c2b6f87e17 (diff) |
oops, timeout was way too small
-rw-r--r-- | src/backend/taler-merchant-httpd_exchanges.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c index f0137592..d980ef09 100644 --- a/src/backend/taler-merchant-httpd_exchanges.c +++ b/src/backend/taler-merchant-httpd_exchanges.c @@ -28,7 +28,7 @@ /** * Delay after which we'll re-fetch key information from the exchange. */ -#define RELOAD_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 60) +#define RELOAD_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 2) /** * Threshold after which exponential backoff should not increase. |