X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FmanageJobs.php;h=5f39a3d5ceae4778026e07d45bce7501f7e2b02d;hb=7853da416d5ecd95581dfec810e46d6974263a62;hp=32333b768bf376b157bdb3c926f5fe18f9415d67;hpb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/manageJobs.php b/maintenance/manageJobs.php index 32333b768b..5f39a3d5ce 100644 --- a/maintenance/manageJobs.php +++ b/maintenance/manageJobs.php @@ -82,7 +82,7 @@ class ManageJobs extends Maintenance { $queue->push( $job ); ++$count; - if ( ( $count % $this->mBatchSize ) == 0 ) { + if ( ( $count % $this->getBatchSize() ) == 0 ) { $queue->waitForBackups(); } }