]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
globalheaders: increase scan time to 5000ms, fixes #3518
authorJaroslav Kysela <perex@perex.cz>
Mon, 25 Jan 2016 16:18:45 +0000 (17:18 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 Jan 2016 16:18:45 +0000 (17:18 +0100)
src/plumbing/globalheaders.c

index 83753d9f4819299ad584bab1c28919bf16809739..9e20eb87021be7d217d46395225a8c497b7656ab 100644 (file)
@@ -34,7 +34,8 @@ typedef struct globalheaders {
 
 } globalheaders_t;
 
-#define MAX_SCAN_TIME 3500  // in ms
+/* note: there up to 2.5 sec diffs in some sources! */
+#define MAX_SCAN_TIME 5000  // in ms
 
 /**
  *