r76141 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76140‎ | r76141 | r76142 >
Date:21:14, 5 November 2010
Author:kaldari
Status:deferred
Tags:
Comment:
relowering cache to get ready for fundaraising launch
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialBannerController.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialBannerController.php
@@ -4,8 +4,8 @@
55 * Generates Javascript file which controls banner selection on the client side
66 */
77 class SpecialBannerController extends UnlistedSpecialPage {
8 - protected $sharedMaxAge = 7200; // Cache for 2 hours on the server side
9 - protected $maxAge = 7200; // Cache for 2 hours on the client side
 8+ protected $sharedMaxAge = 3600; // Cache for 1 hour on the server side
 9+ protected $maxAge = 3600; // Cache for 1 hour on the client side
1010
1111 function __construct() {
1212 // Register special page

Status & tagging log