Merge "Revert "Make LocalisationCache a service""
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 26 Aug 2019 22:00:46 +0000 (22:00 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 26 Aug 2019 22:00:46 +0000 (22:00 +0000)
1  2 
includes/DefaultSettings.php

@@@ -2636,8 -2636,6 +2636,6 @@@ $wgLocalisationCacheConf = 
        'store' => 'detect',
        'storeClass' => false,
        'storeDirectory' => false,
-       'storeServer' => [],
-       'forceRecache' => false,
        'manualRecache' => false,
  ];
  
@@@ -6844,8 -6842,6 +6842,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 ];