mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
IISExpress now runs in above normal priority
WebFroms view is removed from view registration
This commit is contained in:
parent
cfd42049e5
commit
3d33606d7e
2 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue