diff --git a/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs b/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs index c5a06a0..6b45ac7 100644 --- a/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs +++ b/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs @@ -7,9 +7,9 @@ public class PlayerPerformanceConfig : IMareConfiguration public int Version { get; set; } = 1; public bool AutoPausePlayersExceedingThresholds { get; set; } = true; public bool NotifyAutoPauseDirectPairs { get; set; } = true; - public bool NotifyAutoPauseGroupPairs { get; set; } = false; + public bool NotifyAutoPauseGroupPairs { get; set; } = true; public int VRAMSizeAutoPauseThresholdMiB { get; set; } = 500; - public int TrisAutoPauseThresholdThousands { get; set; } = 175; + public int TrisAutoPauseThresholdThousands { get; set; } = 400; public bool IgnoreDirectPairs { get; set; } = true; public TextureShrinkMode TextureShrinkMode { get; set; } = TextureShrinkMode.Default; public bool TextureShrinkDeleteOriginal { get; set; } = false; diff --git a/MareSynchronos/MareSynchronos.csproj b/MareSynchronos/MareSynchronos.csproj index 81816b1..4d77933 100644 --- a/MareSynchronos/MareSynchronos.csproj +++ b/MareSynchronos/MareSynchronos.csproj @@ -2,7 +2,7 @@ Snowcloak - 0.1.8 + 0.1.8.1 https://github.com/Eauldane/SnowcloakClient/