Increase default thread preset LOW -> BALANCED
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user