fixed small rounding error
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 3 Feb 2004 13:29:01 +0000 (13:29 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 3 Feb 2004 13:29:01 +0000 (13:29 +0000)
LocalSettings.sample
includes/DefaultSettings.php

index 8c4de9d..443b1e3 100644 (file)
@@ -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)
index 5c3eac7..9cd9ab3 100644 (file)
@@ -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)