mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Don't return early after re-running checks after startup grace period
This commit is contained in:
@@ -145,8 +145,6 @@ namespace NzbDrone.Core.HealthCheck
|
||||
}
|
||||
|
||||
_isRunningHealthChecksAfterGracePeriod = false;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
IEventDrivenHealthCheck[] checks;
|
||||
|
||||
Reference in New Issue
Block a user