Streaming works :)

This commit is contained in:
SergeantPanda 2025-03-08 17:06:15 -06:00
parent 16618d64d9
commit a718861c76

View file

@ -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