diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2021-03-05 13:18:15 +0100 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2021-03-05 13:18:15 +0100 |
commit | 1ba2dd59989a6c755fb7b57e341099e728a13c2f (patch) | |
tree | ece795a753c720675914c48f09161aed5db7a125 /epgsearchcfg.c | |
parent | fd6bd4839d2316bd74903d2fa2a3eeb58b4fec1d (diff) | |
download | vdr-plugin-epgsearch-1ba2dd59989a6c755fb7b57e341099e728a13c2f.tar.gz vdr-plugin-epgsearch-1ba2dd59989a6c755fb7b57e341099e728a13c2f.tar.bz2 |
Delay threads after pluginstart 10 secs (configurable)
Diffstat (limited to 'epgsearchcfg.c')
-rw-r--r-- | epgsearchcfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearchcfg.c b/epgsearchcfg.c index c0e4457..126302f 100644 --- a/epgsearchcfg.c +++ b/epgsearchcfg.c @@ -43,6 +43,7 @@ cEPGSearchConfig::cEPGSearchConfig(void) DefLifetime = Setup.DefaultLifetime; DefMarginStart = Setup.MarginStart; DefMarginStop = Setup.MarginStop; + delayThreads = 10; checkTimerConflictsAfterUpdate = 0; checkMinPriority = 0; checkMinDuration = 0; |