mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-24 23:02:44 +00:00
Don't return early after re-running checks after startup grace period
(cherry picked from commit 06464d720c0d31c22865629062d6da0911d2a01f)
This commit is contained in:
parent
f32bc89d2f
commit
2334b30633
1 changed files with 0 additions and 2 deletions
|
@ -160,8 +160,6 @@ public void HandleAsync(IEvent message)
|
|||
}
|
||||
|
||||
_isRunningHealthChecksAfterGracePeriod = false;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
IEventDrivenHealthCheck[] checks;
|
||||
|
|
Loading…
Reference in a new issue