DreamDaemon now runs with an AboveNormal ProcessPriorityClass

This commit is contained in:
Jordan Brown
2017-10-26 10:04:57 -04:00
committed by GitHub
parent 4f935ddaf3
commit 196eac3a94
@@ -583,6 +583,7 @@ namespace TGServerService
GameAPIVersion = null; //needs updating
}
Proc.Start();
Proc.PriorityClass = ProcessPriorityClass.AboveNormal;
if (!Proc.WaitForInputIdle(DDHangStartTime * 1000))
{