From fa61bb9b2d5420d4e02dca39ad3616da41cd351d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 27 Oct 2011 18:32:52 +0000 Subject: [PATCH] Set batch size in PopulateRevisionLength --- maintenance/populateRevisionLength.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/populateRevisionLength.php b/maintenance/populateRevisionLength.php index f562df472e..6626cbc1c5 100644 --- a/maintenance/populateRevisionLength.php +++ b/maintenance/populateRevisionLength.php @@ -26,6 +26,7 @@ class PopulateRevisionLength extends LoggedUpdateMaintenance { public function __construct() { parent::__construct(); $this->mDescription = "Populates the rev_len field"; + $this->setBatchSize( 200 ); } protected function getUpdateKey() { -- 2.20.1