fix(settings): Remove copypasta

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2025-10-13 14:42:51 +02:00 committed by backportbot[bot]
parent 27b22933aa
commit 15d009b4dc

View file

@ -60,7 +60,7 @@ class TaskProcessingSuccessRate implements ISetupCheck {
}
$status = $task->getStatus();
if ($status === Task::STATUS_FAILED) {
$failedCount++; // task pickup took longer than 4 minutes
$failedCount++;
}
}