More default workers

This commit is contained in:
Sotr
2018-07-27 08:47:01 +08:00
parent c06c7e2776
commit 2b6175edcb

View File

@@ -187,7 +187,7 @@ public class AkarinGlobalConfig {
public static int asyncLightingThreads;
private static void asyncLightingThreads() {
asyncLightingThreads = getInt("core.async-lighting.executor-threads", 2);
asyncLightingThreads = getInt("core.async-lighting.executor-threads", 4);
}
public static boolean asyncLightingWorkStealing;