Files
vehicle-counter/gunicorn.conf.py
2026-06-01 10:52:47 +02:00

9 lines
250 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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