X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=cedba704e27fa8c843a756ee803d5897c86e07c4;hb=cea047669809552817afded21bffae5a74d76b10;hp=3a040c8e5dd1f0d99dcb6ba95f5bfb14bfed0bde;hpb=242170c3df2b153881c08a9b13d5ea378db67b90;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3a040c8e5d..cedba704e2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -749,7 +749,7 @@ $wgUploadDialog = [ * - a) Whether it is fully qualified or wiki-relative. * By default, the paths of files are relative to the current wiki, * which works via prefixing them with the current wiki ID when accessed. - * Setting 'wikiId' forces the backend to be fully qualified by prefixing + * Setting 'domainId' forces the backend to be fully qualified by prefixing * all paths with the specified value instead. This can be useful if * multiple wikis need to share the same data. Note that 'name' is *not* * part of any prefix and thus should not be relied upon for namespacing. @@ -7571,14 +7571,6 @@ $wgJobTypeConf = [ 'default' => [ 'class' => JobQueueDB::class, 'order' => 'random', 'claimTTL' => 3600 ], ]; -/** - * Which aggregator to use for tracking which queues have jobs. - * These settings should be global to all wikis. - */ -$wgJobQueueAggregator = [ - 'class' => JobQueueAggregatorNull::class -]; - /** * Whether to include the number of jobs that are queued * for the API's maxlag parameter.