Skip to content

Commit

Permalink
remove ordering in the counter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Feb 1, 2024
1 parent ef33889 commit 042c195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Repository/IndexQueueRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function countUnhandledIndexQueueEntries(): int
{
return (int)$this->createQueryBuilder('q')
->select('count(q)')
->orderBy('q.operationTime')
->getQuery()
->getSingleScalarResult();
}
Expand Down

0 comments on commit 042c195

Please sign in to comment.