Merge "Shorten long lines and use consistent tabs in DefaultSettings.php"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 87b432d..89cc1fd 100644 (file)
@@ -6467,7 +6467,7 @@ $wgJobTypeConf = array(
  * These settings should be global to all wikis.
  */
 $wgJobQueueAggregator = array(
-       'class' => 'JobQueueAggregatorMemc'
+       'class' => 'JobQueueAggregatorNull'
 );
 
 /**