]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
epggrab: increase default timeout to 600 seconds (10 minutes)
authorJaroslav Kysela <perex@perex.cz>
Sun, 29 Jun 2014 14:44:23 +0000 (16:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 7 Jul 2014 14:41:52 +0000 (16:41 +0200)
src/epggrab/otamux.c

index e1efc08241c372e90c991527ffd797c27a61dd01..d3f9832c6c216a31b9b60a99e287feb31a48e342 100644 (file)
@@ -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) {