Skip to content

Commit

Permalink
coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Jan 15, 2024
1 parent 80fa10e commit 675055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/DataSynchronizationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function syncIssuesForProject(int $projectId, callable $progressCallback
}

$startAt += self::MAX_RESULTS;

$this->entityManager->flush();
$this->entityManager->clear();
} while ($startAt < $total);
Expand Down

0 comments on commit 675055b

Please sign in to comment.