Optimize MongoDB configuration and reduce resource limits for improved performance

This commit is contained in:
2026-04-14 23:18:45 +02:00
parent 2694f4eaec
commit 55b3ea15d6
3 changed files with 15 additions and 9 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
bind = "0.0.0.0:4999"
worker_class = "gthread"
workers = 1
threads = 8
threads = 4
timeout = 45
keepalive = 2
max_requests = 400
max_requests_jitter = 60
max_requests = 300
max_requests_jitter = 40
preload_app = False
accesslog = "-"
errorlog = "-"