From 137934b2a75d2f03219111c2922a8433082feed7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 24 Apr 2017 21:15:57 +0200 Subject: [PATCH] http: increase nonce timeout from 10s to 30s --- src/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http.c b/src/http.c index 5b17503d6..2d6c3c798 100644 --- a/src/http.c +++ b/src/http.c @@ -272,7 +272,7 @@ http_get_nonce(void) free(m); continue; /* get unique md5 */ } - mtimer_arm_rel(&n->expire, http_nonce_timeout, n, sec2mono(10)); + mtimer_arm_rel(&n->expire, http_nonce_timeout, n, sec2mono(30)); pthread_mutex_unlock(&global_lock); break; } -- 2.47.2