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

Revision: 73830
Author:   kaldari
Date:     2010-09-27 22:29:50 +0000 (Mon, 27 Sep 2010)

Log Message:
-----------
temporarily lowering cache time on BannerController for deploy, will change to 
something higher if it works

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

Modified: trunk/extensions/CentralNotice/SpecialBannerController.php
===================================================================
--- trunk/extensions/CentralNotice/SpecialBannerController.php  2010-09-27 
22:27:02 UTC (rev 73829)
+++ trunk/extensions/CentralNotice/SpecialBannerController.php  2010-09-27 
22:29:50 UTC (rev 73830)
@@ -4,8 +4,8 @@
  * Generates Javascript file which controls banner selection on the client side
  */
 class SpecialBannerController extends UnlistedSpecialPage {
-       protected $sharedMaxAge = 7200; // Cache for 2 hours on the server side
-       protected $maxAge = 7200; // Cache for 2 hours on the client side
+       protected $sharedMaxAge = 3600; // Cache for 1 hours on the server side
+       protected $maxAge = 3600; // Cache for 1 hours 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