Cleaned up database reconnection logic
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 64512c8..e011d4a 100644 (file)
@@ -6186,6 +6186,7 @@ $wgJobTypesExcludedFromDefaultQueue = array( 'AssembleUploadChunks', 'PublishSta
  * may have a variable number of work items, as is the case with batch jobs.
  * This is used by runJobs.php and not jobs run via $wgJobRunRate.
  * These settings should be global to all wikis.
+ * @var float[]
  */
 $wgJobBackoffThrottling = array();