From 196eac3a949af8a9e39c3e85e264e03c35eb7cdf Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 26 Oct 2017 10:04:57 -0400 Subject: [PATCH] DreamDaemon now runs with an AboveNormal ProcessPriorityClass --- TGServerService/ServerInstance/DreamDaemon.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TGServerService/ServerInstance/DreamDaemon.cs b/TGServerService/ServerInstance/DreamDaemon.cs index 1072fb5722..b55344042b 100644 --- a/TGServerService/ServerInstance/DreamDaemon.cs +++ b/TGServerService/ServerInstance/DreamDaemon.cs @@ -583,6 +583,7 @@ namespace TGServerService GameAPIVersion = null; //needs updating } Proc.Start(); + Proc.PriorityClass = ProcessPriorityClass.AboveNormal; if (!Proc.WaitForInputIdle(DDHangStartTime * 1000)) {