This commit is contained in:
mcrcortex
2025-04-29 09:24:11 +10:00
parent fc439459cb
commit c209cc82af

View File

@@ -32,7 +32,7 @@ public class ServiceThreadPool {
private final ThreadGroup threadGroup; private final ThreadGroup threadGroup;
public ServiceThreadPool(int threadCount) { public ServiceThreadPool(int threadCount) {
this(threadCount, 3);//Maybe change to 3 this(threadCount, 1);//Maybe change to 3
} }
public ServiceThreadPool(int threadCount, int priority) { public ServiceThreadPool(int threadCount, int priority) {