gunicorn.conf.py entfernt (ungenutzt)
Betrieb laeuft ueber supervisord + 'python app.py'; gunicorn wird nicht verwendet. Bei Bedarf aus der Git-Historie wiederherstellbar. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
bind = "0.0.0.0:8080"
|
||||
workers = 1
|
||||
threads = 4
|
||||
worker_class = "gthread"
|
||||
timeout = 0 # Webcam-Feed läuft unbegrenzt
|
||||
graceful_timeout = 30
|
||||
keepalive = 5
|
||||
# max_requests bewusst NICHT gesetzt – würde laufende Streams beim Recycle abbrechen
|
||||
Reference in New Issue
Block a user