X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateRestrictions.php;h=2f3fc36534e179b6ffe6c5994ef77534d1823c6a;hb=dfafef8e706af54706d2de621b845085604f154d;hp=02b4405cf4babf2ff96e131d602aa07d73c06bfd;hpb=b85207c9c014b4a639cf3ce978cbb5f59799ef2a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateRestrictions.php b/maintenance/updateRestrictions.php index 02b4405cf4..2f3fc36534 100644 --- a/maintenance/updateRestrictions.php +++ b/maintenance/updateRestrictions.php @@ -36,7 +36,7 @@ class UpdateRestrictions extends Maintenance { public function __construct() { parent::__construct(); $this->addDescription( 'Updates page_restrictions table from old page_restriction column' ); - $this->setBatchSize( 100 ); + $this->setBatchSize( 1000 ); } public function execute() {