r101017 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101016‎ | r101017 | r101018 >
Date:18:32, 27 October 2011
Author:aaron
Status:ok
Tags:
Comment:
Set batch size in PopulateRevisionLength
Modified paths:
  • /trunk/phase3/maintenance/populateRevisionLength.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/populateRevisionLength.php
@@ -26,6 +26,7 @@
2727 public function __construct() {
2828 parent::__construct();
2929 $this->mDescription = "Populates the rev_len field";
 30+ $this->setBatchSize( 200 );
3031 }
3132
3233 protected function getUpdateKey() {

Status & tagging log