Index: trunk/extensions/CentralNotice/SpecialBannerController.php |
— | — | @@ -4,8 +4,8 @@ |
5 | 5 | * Generates Javascript file which controls banner selection on the client side |
6 | 6 | */ |
7 | 7 | 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 |
10 | 10 | |
11 | 11 | function __construct() { |
12 | 12 | // Register special page |