We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d0d2b commit b89775dCopy full SHA for b89775d
1 file changed
src/main/java/dev/zenith/web/WebServer.java
@@ -44,7 +44,7 @@ public synchronized boolean isRunning() {
44
45
private Javalin createServer() {
46
return Javalin.create(config -> {
47
- var threadPool = new ExecutorThreadPool(2);
+ var threadPool = new ExecutorThreadPool();
48
threadPool.setDaemon(true);
49
threadPool.setName("ZenithProxy-WebAPI-%d");
50
config.jetty.threadPool = threadPool;
0 commit comments