tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SessionConfiguration.cs
Go to the documentation of this file.
2{
7 {
11 public const string Section = "Session";
12
17
22
26 public bool LowPriorityDeploymentProcesses { get; set; }
27
31 public bool DelayCleaningFailedDeployments { get; set; }
32
36 public bool ForceUseDreamDaemonExe { get; set; }
37 }
38}
Configuration options for the game sessions.
const bool DefaultHighPriorityLiveDreamDaemon
The default value for HighPriorityLiveDreamDaemon.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the SessionConfiguration res...
bool ForceUseDreamDaemonExe
If set dd.exe will not be used on Windows systems in versions where it is present....
bool HighPriorityLiveDreamDaemon
If the public DreamDaemon instances are set to be above normal priority processes.
bool LowPriorityDeploymentProcesses
If the deployment DreamMaker and DreamDaemon instances are set to be below normal priority processes.
bool DelayCleaningFailedDeployments
If true, deployments that fail will not be immediately cleaned up. They will be cleaned up the next t...