mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fix server applying the deployment low priority config to live servers and the live server priority config to deployments.
This was causing prod live byond servers to run in low priority if `Session:LowPriorityDeploymentProcesses` was enabled.
This commit is contained in:
@@ -525,7 +525,7 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
|
||||
try
|
||||
{
|
||||
if (apiValidate)
|
||||
if (!apiValidate)
|
||||
{
|
||||
if (sessionConfiguration.HighPriorityLiveDreamDaemon)
|
||||
process.AdjustPriority(true);
|
||||
|
||||
Reference in New Issue
Block a user