From: wessels <> Date: Fri, 6 Dec 1996 05:47:12 +0000 (+0000) Subject: remove old ageMaxDefault X-Git-Tag: SQUID_3_0_PRE1~5323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb174b794f320a7a9c57744ae5c759a9145d91d;p=thirdparty%2Fsquid.git remove old ageMaxDefault --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index dbb3a2052a..99d1f20a35 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.153 1996/12/04 18:22:45 wessels Exp $ + * $Id: cache_cf.cc,v 1.154 1996/12/05 22:47:12 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -127,7 +127,6 @@ struct SquidConfig Config; #define DefaultLifetimeDefault (200 * 60) /* 3+ hours */ #define DefaultLifetimeShutdown 30 /* 30 seconds */ #define DefaultConnectTimeout (2 * 60) /* 2 min */ -#define DefaultDefaultAgeMax (3600 * 24 * 30) /* 30 days */ #define DefaultCleanRate -1 /* disabled */ #define DefaultDnsChildren 5 /* 5 processes */ #define DefaultRedirectChildren 5 /* 5 processes */ @@ -1502,7 +1501,6 @@ configSetFactoryDefaults(void) Config.lifetimeShutdown = DefaultLifetimeShutdown; Config.maxRequestSize = DefaultMaxRequestSize; Config.connectTimeout = DefaultConnectTimeout; - Config.ageMaxDefault = DefaultDefaultAgeMax; Config.cleanRate = DefaultCleanRate; Config.dnsChildren = DefaultDnsChildren; Config.redirectChildren = DefaultRedirectChildren;