Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Oct 30, 2020
2 parents 1e0fdb4 + be00dd2 commit 9950065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function execute(): void
if (
$this->processor instanceof BatchProcessorInterface
&& (
0 === $message->getCurrentIteration() % $message->getTotalIteration()
0 === $message->getCurrentIteration() % $this->processor->getBatchSize()
|| $message->getCurrentIteration() === $message->getTotalIteration()
)
) {
Expand Down

0 comments on commit 9950065

Please sign in to comment.