diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-17 14:14:46 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-17 14:14:46 +0200 |
commit | 1a22d480a8f66282811938f05db1ec36d15d9f51 (patch) | |
tree | 0a711c0d251883ee339022132c4cc43e15ace457 /config.c | |
parent | d800cf56f53e5c00610d8ed1b4cd08533b3f00a0 (diff) | |
download | vdr-1a22d480a8f66282811938f05db1ec36d15d9f51.tar.gz vdr-1a22d480a8f66282811938f05db1ec36d15d9f51.tar.bz2 |
Changed the default "Lifetime" to 99
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.c 1.116 2003/08/24 11:00:24 kls Exp $ + * $Id: config.c 1.117 2003/10/17 14:11:27 kls Exp $ */ #include "config.h" @@ -266,7 +266,7 @@ cSetup::cSetup(void) SortTimers = 1; PrimaryLimit = 0; DefaultPriority = 50; - DefaultLifetime = 50; + DefaultLifetime = 99; PausePriority = 10; PauseLifetime = 1; UseSubtitle = 1; |