From 004a60d1459b6755375b022acec1bc40201afd51 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Sat, 25 Apr 2020 11:57:59 +0100 Subject: [PATCH] allow parallel threads to be changed. - Interesting behaviour with forwardextendcopy stuff (move, stack etc) though. --- .../src/main/java/com/boydti/fawe/config/Settings.java | 1 - 1 file changed, 1 deletion(-) diff --git a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java index cb8c91693..5bebaffa6 100644 --- a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java +++ b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java @@ -258,7 +258,6 @@ public class Settings extends Config { @Comment({ "This should equal the number of processors you have", }) - @Final public int PARALLEL_THREADS = Math.max(1, Runtime.getRuntime().availableProcessors()); @Create public static PROGRESS PROGRESS;