X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=35e8ae54a1eb03be2193d037d60e9450a8599161;hb=da5cb173418ae4f27e88ce5c6a3f13ac3bc08bab;hp=b1d7b3a5690506592fe44d301f207c48dc1dff25;hpb=178d312eb80718c148e3e5774d116358c6e302f8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b1d7b3a569..35e8ae54a1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2636,8 +2636,6 @@ $wgLocalisationCacheConf = [ 'store' => 'detect', 'storeClass' => false, 'storeDirectory' => false, - 'storeServer' => [], - 'forceRecache' => false, 'manualRecache' => false, ]; @@ -6839,6 +6837,8 @@ $wgRCLinkLimits = [ 50, 100, 250, 500 ]; /** * List of Days options to list in the Special:Recentchanges and * Special:Recentchangeslinked pages. + * + * @see ChangesListSpecialPage::getLinkDays */ $wgRCLinkDays = [ 1, 3, 7, 14, 30 ];