mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Increase workers and threads for uwsgi.
This commit is contained in:
parent
55fce02469
commit
90cc65eb7d
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue