minor tweaks

This commit is contained in:
kay.one 2011-05-18 21:54:33 -07:00
commit 90c6b78e8c
2 changed files with 16 additions and 6 deletions

View file

@ -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();