Index: trunk/phase3/maintenance/populateRevisionLength.php |
— | — | @@ -26,6 +26,7 @@ |
27 | 27 | public function __construct() { |
28 | 28 | parent::__construct(); |
29 | 29 | $this->mDescription = "Populates the rev_len field"; |
| 30 | + $this->setBatchSize( 200 ); |
30 | 31 | } |
31 | 32 | |
32 | 33 | protected function getUpdateKey() { |