mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Massive enhancements
This commit is contained in:
@@ -12,8 +12,8 @@ public class Settings
|
||||
public PerformanceMode performanceMode = PerformanceMode.DOUBLE_CPU;
|
||||
public int threadCount = 1;
|
||||
public int threadPriority = Thread.MIN_PRIORITY;
|
||||
public boolean loadonstart = true;
|
||||
public int compilerThreads = 4;
|
||||
public boolean debugMode = true;
|
||||
public int compilerThreads = 12;
|
||||
public int compilerPriority = Thread.MAX_PRIORITY;
|
||||
public int decorationAccuracy = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user