summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.c b/update.c
index 8c56055..e391871 100644
--- a/update.c
+++ b/update.c
@@ -1169,10 +1169,10 @@ void cUpdate::Action() {
mutex.Lock();
loopActive = yes;
int sleep = 10;
- int scanFreq = 60;
+ int scanFreq = 60 * 2;
int scanNewRecFreq = 60 * 5;
int scanNewRecDBFreq = 60 * 5;
- int cleanUpFreq = 60 * 5;
+ int cleanUpFreq = 60 * 10;
forceUpdate = true;
forceRecordingUpdate = true;
time_t lastScan = time(0);