transient.chat/gunicorn_config.py
2026-05-12 18:50:49 -05:00

2 lines
86 B
Python

bind = "0.0.0.0:8080"
workers = 1 # Keep 1 worker due to in-memory-only architecture