From 603442acc46c7b807024e569a278541b365fae15 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 2 Oct 2010 23:34:58 +0000 Subject: [PATCH] Fix broken r74177 because it needs a constant and address CR comment on r71412 properly. Documented that 604800 is 7*24*3600 --- includes/MessageCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/MessageCache.php b/includes/MessageCache.php index b0fa51f5cf..33b7e4251c 100644 --- a/includes/MessageCache.php +++ b/includes/MessageCache.php @@ -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 -- 2.20.1