mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Merge pull request #276 from tgstation/Cyberboss-patch-1
DreamDaemon now runs with an AboveNormal ProcessPriorityClass
This commit is contained in:
@@ -583,6 +583,7 @@ namespace TGServerService
|
||||
GameAPIVersion = null; //needs updating
|
||||
}
|
||||
Proc.Start();
|
||||
Proc.PriorityClass = ProcessPriorityClass.AboveNormal;
|
||||
|
||||
if (!Proc.WaitForInputIdle(DDHangStartTime * 1000))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user