Removed ping from service start to speed up service start time.

pull/2/head
kay.one 13 years ago
parent 35cddf08df
commit def450290f

@ -64,17 +64,6 @@ namespace NzbDrone
Logger.ErrorException("Failed to open URL in default browser.", e);
}
}
else
{
try
{
_webClient.DownloadString(_iisProvider.AppUrl);
}
catch (Exception e)
{
Logger.ErrorException("Failed to load home page.", e);
}
}
_monitoringProvider.Start();
}

Loading…
Cancel
Save