diff options
author | horchi <vdr@jwendel.de> | 2020-12-09 16:38:01 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-12-09 16:38:01 +0100 |
commit | d95a81551386f6bc824252d3294fc082b2469303 (patch) | |
tree | 662cf12f93ef61a236ea2b184fe38aee878ea3b5 /seduthread.c | |
parent | ab7e8cc62c672ed8f48ad8cde081a45d239e3b6e (diff) | |
download | vdr-plugin-seduatmo-master.tar.gz vdr-plugin-seduatmo-master.tar.bz2 |
Diffstat (limited to 'seduthread.c')
-rw-r--r-- | seduthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/seduthread.c b/seduthread.c index fbd58d8..38fca97 100644 --- a/seduthread.c +++ b/seduthread.c @@ -62,7 +62,7 @@ void cSeduThread::Stop() void cSeduThread::Action() { - const int tvTimeout = 30; + const int tvTimeout = 60; time_t last = 0; MsTime wait = 0; cMutexLock lock(&mutex); |