From c209cc82afaf70090df23fc2167aaa29e11803cd Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:24:11 +1000 Subject: [PATCH] a --- .../java/me/cortex/voxy/common/thread/ServiceThreadPool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/cortex/voxy/common/thread/ServiceThreadPool.java b/src/main/java/me/cortex/voxy/common/thread/ServiceThreadPool.java index 926be603..de847eeb 100644 --- a/src/main/java/me/cortex/voxy/common/thread/ServiceThreadPool.java +++ b/src/main/java/me/cortex/voxy/common/thread/ServiceThreadPool.java @@ -32,7 +32,7 @@ public class ServiceThreadPool { private final ThreadGroup threadGroup; public ServiceThreadPool(int threadCount) { - this(threadCount, 3);//Maybe change to 3 + this(threadCount, 1);//Maybe change to 3 } public ServiceThreadPool(int threadCount, int priority) {