1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02: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:
Mark McDowall 2022-03-20 00:21:07 -07:00 committed by Qstick
parent 6739310ba8
commit 4f9d067361

View File

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