Merge "Increase cleanupTitles.php batch size"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 26 May 2018 23:09:05 +0000 (23:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 26 May 2018 23:09:05 +0000 (23:09 +0000)
maintenance/cleanupTitles.php

index 5b441f9..234e1b1 100644 (file)
@@ -38,6 +38,7 @@ class TitleCleanup extends TableCleanup {
        public function __construct() {
                parent::__construct();
                $this->addDescription( 'Script to clean up broken, unparseable titles' );
+               $this->batchSize = 1000;
        }
 
        /**