transient.chat/gunicorn_config.py

3 lines
86 B
Python
Raw Permalink Normal View History

2026-05-12 23:51:49 +00:00
bind = "0.0.0.0:8000"
2026-05-12 23:50:49 +00:00
workers = 1 # Keep 1 worker due to in-memory-only architecture