mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
New: NzbDrone is now preloaded on start. making accessing it for the first time after a restart or update a lot faster.
This commit is contained in:
@@ -75,6 +75,7 @@ namespace NzbDrone.Providers
|
||||
|
||||
try
|
||||
{
|
||||
_webClientProvider.DownloadString(_iisProvider.AppUrl); //This should preload the home page, making the first load alot faster.
|
||||
string response = _webClientProvider.DownloadString(_iisProvider.AppUrl + "/health");
|
||||
|
||||
if (!response.Contains("OK"))
|
||||
|
Reference in New Issue
Block a user