mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 18:36:41 +00:00
Removed ping from service start to speed up service start time.
This commit is contained in:
parent
35cddf08df
commit
def450290f
1 changed files with 0 additions and 11 deletions
|
@ -64,17 +64,6 @@ public virtual void Start()
|
||||||
Logger.ErrorException("Failed to open URL in default browser.", e);
|
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();
|
_monitoringProvider.Start();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue