Increase cleanupTitles.php batch size

Change-Id: I086892e44936fdaf9d5d1f3667325daaaaa7260e
This commit is contained in:
Reedy 2018-05-26 00:25:03 +00:00
parent d8a144d38e
commit 3391c0bc1e

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