From 3391c0bc1e628c47b26665e20cfed39458ad4e38 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 26 May 2018 00:25:03 +0000 Subject: [PATCH] Increase cleanupTitles.php batch size Change-Id: I086892e44936fdaf9d5d1f3667325daaaaa7260e --- maintenance/cleanupTitles.php | 1 + 1 file changed, 1 insertion(+) 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; } /** -- 2.20.1