From 1a22d480a8f66282811938f05db1ec36d15d9f51 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 17 Oct 2003 14:14:46 +0200 Subject: Changed the default "Lifetime" to 99 --- config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.c') diff --git a/config.c b/config.c index 0ef2d57f..d3f2db7d 100644 --- a/config.c +++ b/config.c @@ -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; -- cgit v1.2.3