diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-03 11:39:48 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-03 11:39:48 +0100 |
commit | f00372190d4b101a6dbf8b964fa0885908d2a9c9 (patch) | |
tree | 11060c0c8768d5cd76b8de5adbb41f51e6d3905a /recording.c | |
parent | e9e8241d0d052926e622e2b49aafb85a123eb32d (diff) | |
download | vdr-f00372190d4b101a6dbf8b964fa0885908d2a9c9.tar.gz vdr-f00372190d4b101a6dbf8b964fa0885908d2a9c9.tar.bz2 |
Changed DELETEDLIFETIME to 300
Diffstat (limited to 'recording.c')
-rw-r--r-- | recording.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.c b/recording.c index b2718c9a..9b4793a8 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.130 2005/12/28 12:19:16 kls Exp $ + * $Id: recording.c 1.131 2006/01/03 11:36:12 kls Exp $ */ #include "recording.h" @@ -49,7 +49,7 @@ #define MINDISKSPACE 1024 // MB #define REMOVECHECKDELTA 60 // seconds between checks for removing deleted files -#define DELETEDLIFETIME 3600 // seconds after which a deleted recording will be actually removed +#define DELETEDLIFETIME 300 // seconds after which a deleted recording will be actually removed #define DISKCHECKDELTA 100 // seconds between checks for free disk space #define REMOVELATENCY 10 // seconds to wait until next check after removing a file |