diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-30 13:07:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-30 13:07:44 +0200 |
commit | f2517f2c3ad1c93a35b841806890bca202e2d7b0 (patch) | |
tree | 8ecc336e697d4f9fde4064c126041ec4d081e8f3 /recording.c | |
parent | 4200055fe51bc5432aa69ee334e2300c026b3a16 (diff) | |
download | vdr-f2517f2c3ad1c93a35b841806890bca202e2d7b0.tar.gz vdr-f2517f2c3ad1c93a35b841806890bca202e2d7b0.tar.bz2 |
Further increased the timeout until an index file is considerd no longer to be written
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 e14bb437..e6fe2a1d 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.72 2003/01/06 15:36:12 kls Exp $ + * $Id: recording.c 1.73 2003/03/30 13:07:03 kls Exp $ */ #include "recording.h" @@ -768,7 +768,7 @@ void cRecordingUserCommand::InvokeCommand(const char *State, const char *Recordi #define MAXINDEXCATCHUP 2 // seconds // The minimum age of an index file for considering it no longer to be written: -#define MININDEXAGE 60 // seconds +#define MININDEXAGE 300 // seconds cIndexFile::cIndexFile(const char *FileName, bool Record) :resumeFile(FileName) |