|
|
@ -307,7 +307,7 @@ namespace NzbDrone.Core.Notifications
|
|
|
|
// Don't send health check notifications during the start up grace period,
|
|
|
|
// 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.
|
|
|
|
// once that duration expires they they'll be retested and fired off if necessary.
|
|
|
|
|
|
|
|
|
|
|
|
if (message.IsInStartupGraceperiod)
|
|
|
|
if (message.IsInStartupGracePeriod)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|