1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-10 23:29:53 +02:00

Why rename many files when few file do trick

This commit is contained in:
Mark McDowall 2023-05-07 20:25:41 -07:00
parent e72431144b
commit eaa4a358e8

View File

@ -307,7 +307,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;
}