3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-06 16:12:51 +02:00

allow parallel threads to be changed.

- Interesting behaviour with forwardextendcopy stuff (move, stack etc) though.
Dieser Commit ist enthalten in:
dordsor21 2020-04-25 11:57:59 +01:00
Ursprung 864d160102
Commit 004a60d145

Datei anzeigen

@ -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;