mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Fixed Exceptioneer, Launcher should run as priority normal
This commit is contained in:
parent
c753b315d8
commit
badcfecb93
5 changed files with 19 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue