r72292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72291‎ | r72292 | r72293 >
Date:16:13, 3 September 2010
Author:catrope
Status:deferred
Tags:
Comment:
resourceloader: Set far-future expiries in Squid too
Modified paths:
  • /branches/resourceloader/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/resourceloader/phase3/includes/DefaultSettings.php
@@ -1639,7 +1639,7 @@
16401640 * the server side. This means Squid/Varnish but also any other public proxy
16411641 * cache between the client and MediaWiki.
16421642 */
1643 -$wgResourceLoaderServerMaxage = 60*60; // 1 hour
 1643+$wgResourceLoaderServerMaxage = 30*24*60*60; // 30 days
16441644
16451645 /** @} */ # end of cache settings
16461646

Status & tagging log