Increase pool size
All checks were successful
Build and push container / Build-Docker-Container (push) Successful in 4m5s

This commit is contained in:
MrLetsplay 2025-02-20 23:38:08 +01:00
parent 444e42c091
commit 9f07cecc51
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -62,7 +62,7 @@ public class VideoBase {
HttpServer server = new HttpServer(HttpServer.newConfigurationBuilder() HttpServer server = new HttpServer(HttpServer.newConfigurationBuilder()
.hostBindAll() .hostBindAll()
.port(6969) .port(6969)
.poolSize(16) .poolSize(128)
.ioWorkers(2) .ioWorkers(2)
.logger(LOGGER) .logger(LOGGER)
// .logger(NOPLogger.NOP_LOGGER) // .logger(NOPLogger.NOP_LOGGER)