This commit is contained in:
Daniel Mills 2020-01-06 01:07:19 -05:00
parent ed0efec628
commit 8b8d59065f

View File

@ -12,7 +12,7 @@ public class Settings
public PerformanceMode performanceMode = PerformanceMode.UNLIMITED;
public int threadCount = 12;
public int threadPriority = Thread.MAX_PRIORITY;
public boolean loadonstart = true;
public boolean loadonstart = false;
}
public static class GeneratorSettings