mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Tweaks
This commit is contained in:
@@ -9,10 +9,10 @@ public class Settings
|
||||
|
||||
public static class PerformanceSettings
|
||||
{
|
||||
public PerformanceMode performanceMode = PerformanceMode.MATCH_CPU;
|
||||
public PerformanceMode performanceMode = PerformanceMode.HALF_CPU;
|
||||
public int threadCount = 12;
|
||||
public int threadPriority = Thread.MIN_PRIORITY;
|
||||
public boolean loadonstart = true;
|
||||
public boolean loadonstart = false;
|
||||
}
|
||||
|
||||
public static class GeneratorSettings
|
||||
|
||||
Reference in New Issue
Block a user