mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
Increase thread stack size in uwsgi configuration for improved performance
This commit is contained in:
parent
07edf270fb
commit
164f0cdbb5
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ static-map = /static=/app/static
|
|||
workers = 4
|
||||
threads = 4
|
||||
enable-threads = true
|
||||
thread-stacksize=512
|
||||
|
||||
# Optimize for streaming
|
||||
http = 0.0.0.0:5656
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue