mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +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:
@@ -148,8 +148,6 @@ namespace NzbDrone.Core.HealthCheck
|
|||||||
}
|
}
|
||||||
|
|
||||||
_isRunningHealthChecksAfterGracePeriod = false;
|
_isRunningHealthChecksAfterGracePeriod = false;
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
IEventDrivenHealthCheck[] checks;
|
IEventDrivenHealthCheck[] checks;
|
||||||
|
Reference in New Issue
Block a user