new apps
This commit is contained in:
8
gunicorn.conf.py
Normal file
8
gunicorn.conf.py
Normal 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
|
||||
Reference in New Issue
Block a user