Fix broken r74177 because it needs a constant and address CR comment on r71412 proper...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 2 Oct 2010 23:34:58 +0000 (23:34 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 2 Oct 2010 23:34:58 +0000 (23:34 +0000)
includes/MessageCache.php

index b0fa51f..33b7e42 100644 (file)
@@ -52,7 +52,7 @@ class MessageCache {
         * better sample, but also takes longer to adapt changes. The counts
         * are aggregrated per day, regardless of the value of this variable.
         */
-       protected static $mAdaptiveDataAge = 7*24*3600;
+       protected static $mAdaptiveDataAge = 604800; // Is 7*24*3600
 
        /**
         * Filter the tail of less used messages that are requested more seldom