fix: Apply suggestion from @julien-nc

Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2025-10-14 11:52:49 +02:00 committed by GitHub
parent f7a89fee24
commit 5c5c9384b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ class TaskProcessingPickupSpeed implements ISetupCheck {
}
}
if ($slowCount / $taskCount < self::MAX_SLOW_PERCENTAGE) {
if (($slowCount / $taskCount) < self::MAX_SLOW_PERCENTAGE) {
return SetupResult::success(
$this->l10n->n(
'The task pickup speed has been ok in the last day.',