mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
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