1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 07:49:45 +02:00

Why rename many files when few file do trick

(cherry picked from commit eaa4a358e8eb93e15203001d16e868e22aded5c3)
This commit is contained in:
Mark McDowall 2023-05-07 20:25:41 -07:00 committed by Bogdan
parent 782a257779
commit 164f9ca868

View File

@ -290,7 +290,7 @@ public void Handle(HealthCheckFailedEvent message)
{
// Don't send health check notifications during the start up grace period,
// once that duration expires they they'll be retested and fired off if necessary.
if (message.IsInStartupGraceperiod)
if (message.IsInStartupGracePeriod)
{
return;
}