mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into dev
This commit is contained in:
commit
159c2d0de7
2 changed files with 1 additions and 5 deletions
|
|
@ -28,8 +28,6 @@ static-map = /static=/app/static
|
|||
|
||||
# Worker configuration
|
||||
workers = 1
|
||||
threads = 8
|
||||
enable-threads = true
|
||||
lazy-apps = true
|
||||
|
||||
# HTTP server
|
||||
|
|
|
|||
|
|
@ -28,10 +28,8 @@ vacuum = true
|
|||
die-on-term = true
|
||||
static-map = /static=/app/static
|
||||
|
||||
# Worker management (Optimize for I/O bound tasks)
|
||||
# Worker management
|
||||
workers = 4
|
||||
threads = 2
|
||||
enable-threads = true
|
||||
|
||||
# Optimize for streaming
|
||||
http = 0.0.0.0:5656
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue