mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 22:17:15 -04:00
Don't return early after re-running checks after startup grace period
Fixes #7147 (cherry picked from commit 06464d720c0d31c22865629062d6da0911d2a01f)
This commit is contained in:
parent
6739310ba8
commit
4f9d067361
1 changed files with 0 additions and 2 deletions
|
@ -148,8 +148,6 @@ namespace NzbDrone.Core.HealthCheck
|
|||
}
|
||||
|
||||
_isRunningHealthChecksAfterGracePeriod = false;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
IEventDrivenHealthCheck[] checks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue