Manual:$wgMaxBacklinksInvalidate/pl
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.23.0</tvar>.</translate> |
<translate> Jobs</translate>: $wgMaxBacklinksInvalidate | |
---|---|
The maximum number of backlinks to invalidate when a page is editted. |
|
<translate> Introduced in version:</translate> | 1.21.0 (Gerrit change 42061; git #b23188b8) |
<translate> Removed in version:</translate> | 1.23.0 (Gerrit change 124782; git #12472046) |
<translate> Allowed values:</translate> | (number >= 0) or false |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Szczegóły
This was used to avoid massive HTML cache invalidation when a page is edited, and a large number of other pages depended on it, e.g. a highly used template.
It was used to place a threshold value on when to skip cache invalidation if there were more than $wgMaxBacklinksInvalidate
number of dependent pages, and a warning was output.
If this variable was unset, (or set to the default false
) then the threshold was hard-coded to a default, 200.
This variable has been removed and replaced with $wgJobBackoffThrottling with MediaWiki 1.23.0 .
Zobacz też
- Podręcznik:Kolejka zadań
- Podręcznik:$wgJobBackoffThrottling - this variable's successor.