9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00

Schematics

This commit is contained in:
Daniel Mills
2020-01-03 01:05:10 -05:00
parent e2c8b6ae02
commit ec43d2012e
22 changed files with 2092 additions and 227 deletions

View File

@@ -9,8 +9,8 @@ public class Settings
public static class PerformanceSettings
{
public PerformanceMode performanceMode = PerformanceMode.HALF_CPU;
public int threadCount = 4;
public PerformanceMode performanceMode = PerformanceMode.MATCH_CPU;
public int threadCount = 12;
public int threadPriority = Thread.MAX_PRIORITY;
}