Don't return early after re-running checks after startup grace period
This commit is contained in:
parent
d21e9753bc
commit
06464d720c
|
@ -145,8 +145,6 @@ namespace NzbDrone.Core.HealthCheck
|
||||||
}
|
}
|
||||||
|
|
||||||
_isRunningHealthChecksAfterGracePeriod = false;
|
_isRunningHealthChecksAfterGracePeriod = false;
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
IEventDrivenHealthCheck[] checks;
|
IEventDrivenHealthCheck[] checks;
|
||||||
|
|
Loading…
Reference in New Issue