fix(exam): 正确返回文件未索引错误
This commit is contained in:
@@ -16,7 +16,7 @@ max_requests = 1000 # 每个worker处理1000个请求后重启(防止内存
|
||||
max_requests_jitter = 50
|
||||
|
||||
# 超时配置
|
||||
timeout = 120 # 优化后不应超过2分钟(原 300)
|
||||
timeout = 600 # 出题接口可能需要 5-10 分钟
|
||||
graceful_timeout = 60
|
||||
keepalive = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user