Manual:$wgManualRevertSearchRadius
Statistics and content analysis: $wgManualRevertSearchRadius | |
---|---|
Maximum number of revisions of a page that will be checked against every new edit made to determine whether the edit was a manual revert. |
|
Introduced in version: | 1.36.0 (Gerrit change 607855; git #1dc2319c) |
Removed in version: | Still in use |
Allowed values: | (integer) |
Default value: | 15 |
Other settings: Alphabetical | By function |
Details
editMaximum number of revisions of a page that will be checked against every new edit made to determine whether the edit was a manual revert.
Computational time required increases roughly linearly with this configuration variable.
Larger values will let you detect very deep reverts, but at the same time can give unexpected results (such as marking large amounts of edits as reverts) and may slow down the wiki slightly when saving new edits.
Setting this to 0 will disable the manual revert detection feature entirely.
The result of revert detection will be available via the $originalRevId
parameter of the RevisionFromEditComplete hook, and the $editResult
parameter of the PageSaveComplete hook.
See m:Research:Revert for a discussion on this topic.