9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Massive enhancements

This commit is contained in:
Daniel Mills
2020-01-08 18:53:08 -05:00
parent 2a7b2343b2
commit 6179dbda8a
26 changed files with 1393 additions and 698 deletions

View File

@@ -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;
}