Merge "mediawiki.Title: Remove unnecessary type check on private function"
[lhc/web/wiklou.git] / 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;
        }
 
        /**