From: Jaroslav Kysela Date: Sun, 29 Jun 2014 14:44:23 +0000 (+0200) Subject: epggrab: increase default timeout to 600 seconds (10 minutes) X-Git-Tag: v4.1~1804 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2b65ebc80aed7eac05020e526ec5f93841fa4db;p=thirdparty%2Ftvheadend.git epggrab: increase default timeout to 600 seconds (10 minutes) --- diff --git a/src/epggrab/otamux.c b/src/epggrab/otamux.c index e1efc0824..d3f9832c6 100644 --- a/src/epggrab/otamux.c +++ b/src/epggrab/otamux.c @@ -203,7 +203,7 @@ epggrab_ota_register { int save = 0; int interval = 3600; - int timeout = 240; + int timeout = 600; epggrab_ota_map_t *map; if (ota == NULL) {