Ignore long git hashes for eval-stdin.php
[lhc/web/wiklou.git] / maintenance / manageJobs.php
index 32333b7..5f39a3d 100644 (file)
@@ -82,7 +82,7 @@ class ManageJobs extends Maintenance {
                        $queue->push( $job );
                        ++$count;
 
-                       if ( ( $count % $this->mBatchSize ) == 0 ) {
+                       if ( ( $count % $this->getBatchSize() ) == 0 ) {
                                $queue->waitForBackups();
                        }
                }