Skip to content

Commit 0f64189

Browse files
committed
change thread limit
1 parent 5cb8265 commit 0f64189

File tree

1 file changed

+1
-1
lines changed
  • worldedit-core/src/main/java/com/fastasyncworldedit/core/queue/implementation

1 file changed

+1
-1
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/queue/implementation/QueueHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public abstract class QueueHandler implements Trimable, Runnable {
5353
null,
5454
false,
5555
Settings.settings().QUEUE.PARALLEL_THREADS,
56-
Settings.settings().QUEUE.PARALLEL_THREADS * 2,
56+
Settings.settings().QUEUE.PARALLEL_THREADS,
5757
0,
5858
pool -> true,
5959
60,

0 commit comments

Comments
 (0)