修改提示词生成不了的bug
This commit is contained in:
@@ -16,9 +16,9 @@ max_requests = 1000
|
||||
max_requests_jitter = 100
|
||||
|
||||
# 超时配置
|
||||
timeout = 30
|
||||
timeout = 120 # 增加超时时间到120秒,适应API调用
|
||||
keepalive = 2
|
||||
graceful_timeout = 30
|
||||
graceful_timeout = 60 # 增加优雅关闭时间
|
||||
|
||||
# 日志配置
|
||||
accesslog = "logs/gunicorn_access.log"
|
||||
|
||||
Reference in New Issue
Block a user