Increase cleanupTitles.php batch size
Change-Id: I086892e44936fdaf9d5d1f3667325daaaaa7260e
This commit is contained in:
parent
d8a144d38e
commit
3391c0bc1e
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue