diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-23 12:41:20 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-23 12:41:20 +0100 |
commit | 43b582a04d3b77c0f0f92284bdccbbad190f9d41 (patch) | |
tree | 2f637b740cd2ceb7da0c85d4acd04c0a270d7b94 /recording.c | |
parent | 3b88ba1cd2d44b47c619e1a49275377fcd9af7a3 (diff) | |
download | vdr-43b582a04d3b77c0f0f92284bdccbbad190f9d41.tar.gz vdr-43b582a04d3b77c0f0f92284bdccbbad190f9d41.tar.bz2 |
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 ba85ded1..ebeaf763 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.70 2002/10/20 11:54:29 kls Exp $ + * $Id: recording.c 1.71 2002/12/23 12:41:20 kls Exp $ */ #include "recording.h" @@ -758,7 +758,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 10 // seconds +#define MININDEXAGE 60 // seconds cIndexFile::cIndexFile(const char *FileName, bool Record) :resumeFile(FileName) |