Browse Source

update comment

supeng 1 year ago
parent
commit
cf797d7d4c
1 changed files with 1 additions and 1 deletions
  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