feat 新增 process lookbooks 接口

fix
This commit is contained in:
zhouchengrong
2024-10-21 11:59:37 +08:00
parent 653d2bff0f
commit 6d7254661c

View File

@@ -1,5 +1,3 @@
# 多进程
"""gunicorn+gevent 的配置文件"""
# 预加载资源
@@ -36,3 +34,6 @@ logfile = 'info.log'
accesslog = 'access.log'
# 访问记录格式
access_log_format = '%(h)s %(t)s %(U)s %(q)s'
# 设置超时时间为 5 分钟300 秒)
timeout = 300