mirror of
https://github.com/Readarr/Readarr
synced 2026-01-28 10:24:44 +01:00
Don't return early after re-running checks after startup grace period
Closes #1600 (cherry picked from commit 06464d720c0d31c22865629062d6da0911d2a01f)
This commit is contained in:
parent
a18bbeee5a
commit
8b9cada59e
1 changed files with 0 additions and 2 deletions
|
|
@ -162,8 +162,6 @@ public void HandleAsync(IEvent message)
|
|||
}
|
||||
|
||||
_isRunningHealthChecksAfterGracePeriod = false;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
IEventDrivenHealthCheck[] checks;
|
||||
|
|
|
|||
Loading…
Reference in a new issue