Increase the number of threads from 4 to 8 in uwsgi configuration for improved concurrency

This commit is contained in:
SergeantPanda 2025-03-28 09:39:57 -05:00
parent 530788877d
commit c99e6b68bc

View file

@ -27,7 +27,7 @@ static-map = /static=/app/static
# Worker configuration
workers = 1
threads = 4
threads = 8
enable-threads = true
lazy-apps = true