Merge "Removed pointless memcached JobQueueAggregator class"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 6786f81..fdb05fe 100644 (file)
@@ -6465,7 +6465,7 @@ $wgJobTypeConf = array(
  * These settings should be global to all wikis.
  */
 $wgJobQueueAggregator = array(
-       'class' => 'JobQueueAggregatorMemc'
+       'class' => 'JobQueueAggregatorNull'
 );
 
 /**