X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;ds=sidebyside;f=maintenance%2FmanageJobs.php;h=5f39a3d5ceae4778026e07d45bce7501f7e2b02d;hb=55a9b2f8b6463f94a35e5e914167de2357961c19;hp=bbedf0c646465b86d48a9ba412f9889da42b9baa;hpb=bdfa96eb726c9997a010f5a194eec71925bfddc2;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/manageJobs.php b/maintenance/manageJobs.php index bbedf0c646..5f39a3d5ce 100644 --- a/maintenance/manageJobs.php +++ b/maintenance/manageJobs.php @@ -19,7 +19,6 @@ * * @file * @ingroup Maintenance - * @author Aaron Schulz */ require_once __DIR__ . '/Maintenance.php'; @@ -83,7 +82,7 @@ class ManageJobs extends Maintenance { $queue->push( $job ); ++$count; - if ( ( $count % $this->mBatchSize ) == 0 ) { + if ( ( $count % $this->getBatchSize() ) == 0 ) { $queue->waitForBackups(); } }