diff --git a/NzbDrone.Web/NzbDrone.Web.csproj b/NzbDrone.Web/NzbDrone.Web.csproj index 79ef64cb3..2c939cc5a 100644 --- a/NzbDrone.Web/NzbDrone.Web.csproj +++ b/NzbDrone.Web/NzbDrone.Web.csproj @@ -573,11 +573,21 @@ - - - - - + + Always + + + Always + + + Always + + + Always + + + Always + diff --git a/NzbDrone/IISController.cs b/NzbDrone/IISController.cs index 034a985cd..23b7c9e91 100644 --- a/NzbDrone/IISController.cs +++ b/NzbDrone/IISController.cs @@ -71,7 +71,7 @@ namespace NzbDrone IISProcess.BeginOutputReadLine(); //Start Ping - _pingTimer = new Timer(10000) { AutoReset = true }; + _pingTimer = new Timer(30000) { AutoReset = true }; _pingTimer.Elapsed += (PingServer); _pingTimer.Start();