Increase cleanupTitles.php batch size
authorReedy <reedy@wikimedia.org>
Sat, 26 May 2018 00:25:03 +0000 (00:25 +0000)
committerReedy <reedy@wikimedia.org>
Sat, 26 May 2018 00:26:20 +0000 (00:26 +0000)
Change-Id: I086892e44936fdaf9d5d1f3667325daaaaa7260e

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;
        }
 
        /**