Index: branches/resourceloader/phase3/includes/DefaultSettings.php |
— | — | @@ -1639,7 +1639,7 @@ |
1640 | 1640 | * the server side. This means Squid/Varnish but also any other public proxy |
1641 | 1641 | * cache between the client and MediaWiki. |
1642 | 1642 | */ |
1643 | | -$wgResourceLoaderServerMaxage = 60*60; // 1 hour |
| 1643 | +$wgResourceLoaderServerMaxage = 30*24*60*60; // 30 days |
1644 | 1644 | |
1645 | 1645 | /** @} */ # end of cache settings |
1646 | 1646 | |