mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-03 00:17:15 +00:00
Fixes
This commit is contained in:
parent
ed0efec628
commit
8b8d59065f
@ -12,7 +12,7 @@ public class Settings
|
|||||||
public PerformanceMode performanceMode = PerformanceMode.UNLIMITED;
|
public PerformanceMode performanceMode = PerformanceMode.UNLIMITED;
|
||||||
public int threadCount = 12;
|
public int threadCount = 12;
|
||||||
public int threadPriority = Thread.MAX_PRIORITY;
|
public int threadPriority = Thread.MAX_PRIORITY;
|
||||||
public boolean loadonstart = true;
|
public boolean loadonstart = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class GeneratorSettings
|
public static class GeneratorSettings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user