1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 10:32:35 +01:00

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

This commit is contained in:
kay.one 2011-12-01 21:44:43 -08:00
parent 35cddf08df
commit def450290f

View File

@ -64,17 +64,6 @@ public virtual void Start()
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();
}