mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05: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:
@@ -162,8 +162,6 @@ namespace NzbDrone.Core.HealthCheck
|
||||
}
|
||||
|
||||
_isRunningHealthChecksAfterGracePeriod = false;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
IEventDrivenHealthCheck[] checks;
|
||||
|
||||
Reference in New Issue
Block a user