summaryrefslogtreecommitdiff
path: root/recording.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-10 12:52:14 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-10 12:52:14 +0100
commit5a44b8b801493cc7ed474309076d8cd9296ba59f (patch)
treeedb8957ed0292a314829bddf01b92748f0d56a6c /recording.c
parent47ea5cb1d0e3fa241e9676511ee197d1428bf349 (diff)
downloadvdr-5a44b8b801493cc7ed474309076d8cd9296ba59f.tar.gz
vdr-5a44b8b801493cc7ed474309076d8cd9296ba59f.tar.bz2
Running the thread that removes deleted recordings at a low priority
Diffstat (limited to 'recording.c')
-rw-r--r--recording.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.c b/recording.c
index 7999f724..e4e2be6a 100644
--- a/recording.c
+++ b/recording.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.c 1.157 2007/11/04 11:17:43 kls Exp $
+ * $Id: recording.c 1.158 2008/02/10 12:52:14 kls Exp $
*/
#include "recording.h"
@@ -81,6 +81,7 @@ cRemoveDeletedRecordingsThread::cRemoveDeletedRecordingsThread(void)
void cRemoveDeletedRecordingsThread::Action(void)
{
+ SetPriority(19);
// Make sure only one instance of VDR does this:
cLockFile LockFile(VideoDirectory);
if (LockFile.Lock()) {