Fixed Exceptioneer, Launcher should run as priority normal

This commit is contained in:
kay.one 2011-07-03 22:03:05 -07:00
parent c753b315d8
commit badcfecb93
5 changed files with 19 additions and 18 deletions

View file

@ -71,8 +71,6 @@ namespace NzbDrone
IISProcess.BeginErrorReadLine();
IISProcess.BeginOutputReadLine();
IISProcess.PriorityClass = ProcessPriorityClass.AboveNormal;
//Start Ping
_pingTimer = new Timer(300000) { AutoReset = true };
_pingTimer.Elapsed += (PingServer);