Merge "[JobQueue] Job queue refactoring and generalizing."
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 320ce62..9f07bdb 100644 (file)
@@ -5424,6 +5424,14 @@ $wgJobClasses = array(
  */
 $wgJobTypesExcludedFromDefaultQueue = array();
 
+/**
+ * Map of job types to configuration arrays.
+ * These settings should be global to all wikis.
+ */
+$wgJobTypeConf = array(
+       'default' => array( 'class' => 'JobQueueDB' ),
+);
+
 /**
  * Additional functions to be performed with updateSpecialPages.
  * Expensive Querypages are already updated.