Skip to content

Commit

Permalink
change thread limit
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell committed Feb 12, 2025
1 parent 5cb8265 commit 0f64189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public abstract class QueueHandler implements Trimable, Runnable {
null,
false,
Settings.settings().QUEUE.PARALLEL_THREADS,
Settings.settings().QUEUE.PARALLEL_THREADS * 2,
Settings.settings().QUEUE.PARALLEL_THREADS,
0,
pool -> true,
60,
Expand Down

0 comments on commit 0f64189

Please sign in to comment.