From 90c6b78e8c8a52cf52c5890928c5f40cb573c362 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Wed, 18 May 2011 21:54:33 -0700 Subject: [PATCH] minor tweaks --- NzbDrone.Web/NzbDrone.Web.csproj | 20 +++++++++++++++----- NzbDrone/IISController.cs | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) 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();