Updated some log levels

This commit is contained in:
kay.one 2011-06-21 23:34:33 -07:00
commit 5a5d0852ee
5 changed files with 17 additions and 19 deletions

View file

@ -72,7 +72,7 @@ namespace NzbDrone
IISProcess.BeginOutputReadLine();
//Start Ping
_pingTimer = new Timer(30000) { AutoReset = true };
_pingTimer = new Timer(300000) { AutoReset = true };
_pingTimer.Elapsed += (PingServer);
_pingTimer.Start();