This commit is contained in:
2026-06-01 10:52:47 +02:00
parent b28d8965d5
commit fd1de272a6
14 changed files with 2330 additions and 459 deletions

8
gunicorn.conf.py Normal file
View File

@@ -0,0 +1,8 @@
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