Pause at duty (#18)
Co-authored-by: defnotken <itsdefnotken@gmail.com> Reviewed-on: #18 Reviewed-by: cake <cake@noreply.git.lightless-sync.org>
This commit was merged in pull request #18.
This commit is contained in:
@@ -13,4 +13,5 @@ public class PlayerPerformanceConfig : ILightlessConfiguration
|
||||
public int VRAMSizeAutoPauseThresholdMiB { get; set; } = 550;
|
||||
public int TrisAutoPauseThresholdThousands { get; set; } = 250;
|
||||
public List<string> UIDsToIgnore { get; set; } = new();
|
||||
public bool PauseInInstanceDuty { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user