mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 17:59:29 +02:00
Use WikiPage::doQuickEditContent for speed up batch.
WikiPage::doEditContent was extremely slow, because it updated link tables etc. For batch processing, we now use WikiPage::doQuickEditContent, which is considerably faster.
This commit is contained in:
@ -71,7 +71,6 @@ class SpecialLinkTitles extends SpecialPage {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Processes wiki articles, starting at the page indicated by
|
||||
/// $startTitle. If $wgLinkTitlesTimeLimit is reached before all pages are
|
||||
/// processed, returns the title of the next page that needs processing.
|
||||
|
Reference in New Issue
Block a user