http://www.mediawiki.org/wiki/Special:Code/MediaWiki/74125

Revision: 74125
Author:   kaldari
Date:     2010-10-01 23:31:08 +0000 (Fri, 01 Oct 2010)

Log Message:
-----------
lowering cache times for BannerListLoader to 5min/5min, per request

Modified Paths:
--------------
    trunk/extensions/CentralNotice/SpecialBannerListLoader.php

Modified: trunk/extensions/CentralNotice/SpecialBannerListLoader.php
===================================================================
--- trunk/extensions/CentralNotice/SpecialBannerListLoader.php  2010-10-01 
23:17:17 UTC (rev 74124)
+++ trunk/extensions/CentralNotice/SpecialBannerListLoader.php  2010-10-01 
23:31:08 UTC (rev 74125)
@@ -7,8 +7,8 @@
        public $project; // Project name
        public $language; // Project language
        public $location; // User country
-       protected $sharedMaxAge = 600; // Cache for 10 minutes on the server 
side
-       protected $maxAge = 600; // Cache for 10 minutes on the client side
+       protected $sharedMaxAge = 300; // Cache for 5 minutes on the server side
+       protected $maxAge = 300; // Cache for 5 minutes on the client side
        
        function __construct() {
                // Register special page



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to