mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-09-02 14:36:57 +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