Skip to content

Commit

Permalink
lower db load via pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgehrmann committed Mar 26, 2021
1 parent c124bc2 commit 3999ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/FeedbackService.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function () use ($accountService) {
// Get the feedbacks that this user created on this item
$countFeedbacksOfUserPerItem = $this->listFeedbacks(
1,
50,
1,
[],
[
'sourceId' => $creatorContactId,
Expand Down

0 comments on commit 3999ea7

Please sign in to comment.