Increase default thread preset LOW -> BALANCED

This commit is contained in:
James Seibel
2024-12-27 08:47:03 -06:00
parent 607dbdbc08
commit 1e3b20a672
@@ -88,7 +88,7 @@ public class Config
public static ConfigEntry<EDhApiThreadPreset> threadPresetSetting = new ConfigEntry.Builder<EDhApiThreadPreset>()
.setServersideShortName("threadPreset")
.set(EDhApiThreadPreset.LOW_IMPACT) // the default value is set via the listener when accessed
.set(EDhApiThreadPreset.BALANCED) // the default value is set via the listener when accessed
.comment(""
+ "Changing this setting will modify a number of different settings that will change \n"
+ "the load that Distant Horizons is allowed to put on your CPU. \n"