commit 8d7fe0a745d51d85eb46c5fdb879651ad13816de parent 99eabe39481bd94f9dbf455d615d38c2b6f87e17 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 24 May 2016 16:22:53 +0200 oops, timeout was way too small Diffstat:
| M | src/backend/taler-merchant-httpd_exchanges.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.