IISExpress now runs in above normal priority

WebFroms view is removed from view registration
This commit is contained in:
kay.one 2011-07-03 17:19:05 -07:00
commit 3d33606d7e
2 changed files with 8 additions and 0 deletions

View file

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