faiss_rag_enterprise/gunicorn_config.py

4 lines
91 B
Python

workers = 12 # 可按CPU核心调整
timeout = 60
preload_app = True
bind = "0.0.0.0:8000"