diff options
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); |