Set batch size in PopulateRevisionLength
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 27 Oct 2011 18:32:52 +0000 (18:32 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 27 Oct 2011 18:32:52 +0000 (18:32 +0000)
maintenance/populateRevisionLength.php

index f562df4..6626cbc 100644 (file)
@@ -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() {