1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-24 23:02:44 +00:00

Don't return early after re-running checks after startup grace period

(cherry picked from commit 06464d720c0d31c22865629062d6da0911d2a01f)
This commit is contained in:
Mark McDowall 2022-03-20 00:21:07 -07:00 committed by Qstick
parent f32bc89d2f
commit 2334b30633

View file

@ -160,8 +160,6 @@ public void HandleAsync(IEvent message)
}
_isRunningHealthChecksAfterGracePeriod = false;
return;
}
IEventDrivenHealthCheck[] checks;