소스 검색

update comment

supeng 1 년 전
부모
커밋
cf797d7d4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gunicorn.config.py

+ 1 - 1
gunicorn.config.py

@@ -16,5 +16,5 @@ workers = 2 * cpu_count() + 1
 # 设置工作模式为协程
 worker_class = "gevent"
 bind = "0.0.0.0:5001"
-# 超时时间 20240223 增加超时时间 解决服务挂掉问题
+# 超时时间 默认30s 20240223 增加超时时间 解决服务挂掉问题
 timeout = 120