mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(settings): Remove copypasta
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
27b22933aa
commit
15d009b4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue