X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FpurgeList.php;h=8cf217f95f8c4a2ce35e2df58982edac4e847454;hp=5ca7918ea9164bb7cce7ef61f4ec2f2acbf3f7f7;hb=91a1a3ba2fd0c3166212c223f2ede5cdd31617b5;hpb=59e7337ea612d03d08b67e6ada707e3d7ced738d diff --git a/maintenance/purgeList.php b/maintenance/purgeList.php index 5ca7918ea9..8cf217f95f 100644 --- a/maintenance/purgeList.php +++ b/maintenance/purgeList.php @@ -99,7 +99,7 @@ class PurgeList extends Maintenance { $conds + [ 'page_id > ' . $dbr->addQuotes( $startId ) ], __METHOD__, [ - 'LIMIT' => $this->mBatchSize, + 'LIMIT' => $this->getBatchSize(), 'ORDER BY' => 'page_id' ]