Increase workers and threads for uwsgi.

This commit is contained in:
SergeantPanda 2025-04-14 18:11:20 -05:00
parent 55fce02469
commit 90cc65eb7d

View file

@ -25,8 +25,9 @@ die-on-term = true
static-map = /static=/app/static
# Worker management (Optimize for I/O bound tasks)
workers = 2
enable-threads = false
workers = 4
threads = 4
enable-threads = true
# Optimize for streaming
http = 0.0.0.0:5656