From 6a7c983b0bd62ac9478bac58b55154c78e4177c1 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 3 Feb 2004 13:29:01 +0000 Subject: [PATCH] fixed small rounding error --- LocalSettings.sample | 2 +- includes/DefaultSettings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LocalSettings.sample b/LocalSettings.sample index 8c4de9dfe4..443b1e397f 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -139,7 +139,7 @@ $wgOutputEncoding = "ISO-8859-1"; # $wgInternalServer = 'http://yourinternal.tld:8000'; # Cache timeout for the squid, will be sent as s-maxage (without ESI) or # Surrogate-Control (with ESI). Without ESI, you should strip out s-maxage in the Squid config. -# 18000 seconds = 12 hours, more cache hits with 2678400 = 31 days +# 18000 seconds = 5 hours, more cache hits with 2678400 = 31 days # $wgSquidMaxage = 18000; # A list of proxy servers (ips if possible) to purge on changes # don't specify ports here (80 is default) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5c3eac7af4..9cd9ab3c48 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -151,7 +151,7 @@ $wgCookieExpiration = 2592000; $wgInternalServer = $wgServer; # Cache timeout for the squid, will be sent as s-maxage (without ESI) or # Surrogate-Control (with ESI). Without ESI, you should strip out s-maxage in the Squid config. -# 18000 seconds = 12 hours, more cache hits with 2678400 = 31 days +# 18000 seconds = 5 hours, more cache hits with 2678400 = 31 days $wgSquidMaxage = 18000; # A list of proxy servers (ips if possible) to purge on changes # don't specify ports here (80 is default) -- 2.20.1