stock_any / gunicorn.conf.py
fiewolf1000's picture
Update gunicorn.conf.py
9559e1d verified
raw
history blame contribute delete
154 Bytes
# 项目根目录新建gunicorn.conf.py
bind = "0.0.0.0:7860"
workers = 1 # 单worker避免资源竞争
timeout = 120 # 延长超时时间
keepalive = 5