fix(exam): 正确返回文件未索引错误

This commit is contained in:
User
2026-07-19 14:25:40 +08:00
parent d7fb98faf6
commit df33a912af
6 changed files with 252 additions and 28 deletions

View File

@@ -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