mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Increase the number of threads from 4 to 8 in uwsgi configuration for improved concurrency
This commit is contained in:
parent
530788877d
commit
c99e6b68bc
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ static-map = /static=/app/static
|
|||
|
||||
# Worker configuration
|
||||
workers = 1
|
||||
threads = 4
|
||||
threads = 8
|
||||
enable-threads = true
|
||||
lazy-apps = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue