Reduce pool size
All checks were successful
Build and push container / Build-Docker-Container (push) Successful in 6m39s

This commit is contained in:
MrLetsplay 2025-02-27 00:09:11 +01:00
parent 35db7e9dd8
commit 0cd3e85ad6
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

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