From: Siebrand Mazeland Date: Sat, 2 Oct 2010 23:23:10 +0000 (+0000) Subject: Use 7*24*3600 instead of 604800. X-Git-Tag: 1.31.0-rc.0~34659 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=91ff51a791b3fbd210f587ce7c118590b9bc660e;p=lhc%2Fweb%2Fwiklou.git Use 7*24*3600 instead of 604800. Addressing style nitpick by Simetrical on r71412. --- diff --git a/includes/MessageCache.php b/includes/MessageCache.php index 69379bcd19..b0fa51f5cf 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 = 604800; + protected static $mAdaptiveDataAge = 7*24*3600; /** * Filter the tail of less used messages that are requested more seldom