mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
Streaming works :)
This commit is contained in:
parent
16618d64d9
commit
a718861c76
1 changed files with 7 additions and 2 deletions
|
|
@ -4,14 +4,19 @@ chdir = /app
|
|||
virtualenv = /dispatcharrpy
|
||||
env = DJANGO_SETTINGS_MODULE=dispatcharr.settings
|
||||
|
||||
# TS Proxy specific - SINGLE PROCESS, NO WORKERS
|
||||
# TS Proxy specific - SINGLE PROCESS with async handling
|
||||
master = true
|
||||
module = dispatcharr.wsgi:application
|
||||
processes = 1
|
||||
workers = 1
|
||||
threads = 10
|
||||
threads = 2
|
||||
enable-threads = true
|
||||
|
||||
# Add these async settings to handle many more connections
|
||||
gevent = 100
|
||||
async = 100
|
||||
ugreen = true
|
||||
|
||||
# Listen on a dedicated port
|
||||
http = 0.0.0.0:5657
|
||||
http-keepalive = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue