From: Reedy Date: Sat, 26 May 2018 00:25:03 +0000 (+0000) Subject: Increase cleanupTitles.php batch size X-Git-Tag: 1.34.0-rc.0~5289^2 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=3391c0bc1e628c47b26665e20cfed39458ad4e38;p=lhc%2Fweb%2Fwiklou.git Increase cleanupTitles.php batch size Change-Id: I086892e44936fdaf9d5d1f3667325daaaaa7260e --- diff --git a/maintenance/cleanupTitles.php b/maintenance/cleanupTitles.php index 5b441f90f1..234e1b1f2a 100644 --- a/maintenance/cleanupTitles.php +++ b/maintenance/cleanupTitles.php @@ -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; } /**