taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 9992e8510a279db915884b616be5339675dcdc75
parent 76317ca0f43da6fd28923fbd537090d48c3d31f3
Author: Dominik Hofer <dominik.hofer@bfh.ch>
Date:   Sun, 29 Dec 2019 18:39:29 +0100

Increased poll timeout for backend

Diffstat:
Msrc/main.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -69,7 +69,8 @@ along with */ #define _(s) (s) -#define BACKEND_POLL_TIMEOUT GNUNET_TIME_UNIT_MINUTES +/* FIXME Adjusted Time out because low internet connection at 36C3 */ +#define BACKEND_POLL_TIMEOUT GNUNET_TIME_relative_multiply ( GNUNET_TIME_UNIT_MINUTES, 5) #define NFC_FAILURE_RETRY_FREQ GNUNET_TIME_UNIT_SECONDS