From: Jaroslav Kysela Date: Mon, 24 Apr 2017 19:15:57 +0000 (+0200) Subject: http: increase nonce timeout from 10s to 30s X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137934b2a75d2f03219111c2922a8433082feed7;p=thirdparty%2Ftvheadend.git http: increase nonce timeout from 10s to 30s --- 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; }