X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupInvalidDbKeys.php;h=569fd2bbd6d2b1ade7db4c73233071964cb488a7;hb=99d73dc9033603b03198f84854e9a5078bde89b8;hp=b487f896cab38457c73452ddf0bed367b2beee22;hpb=967ead16680077f4734ba668cd4104c789a3b9ff;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupInvalidDbKeys.php b/maintenance/cleanupInvalidDbKeys.php index b487f896ca..569fd2bbd6 100644 --- a/maintenance/cleanupInvalidDbKeys.php +++ b/maintenance/cleanupInvalidDbKeys.php @@ -161,7 +161,7 @@ TEXT $titleField . $dbr->buildLike( $percent, '_' ), ], LIST_OR ) ], __METHOD__, - [ 'LIMIT' => $this->mBatchSize ] + [ 'LIMIT' => $this->getBatchSize() ] ); $this->outputStatus( "Number of invalid rows: " . $res->numRows() . "\n" );