1 Star 0 Fork 1

云计算和大数据_东南大学/Cosine Robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gunicorn.py 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiyuehan 提交于 2021-12-20 15:32 . 20211220
workers = 4
# 监听内网端口5000【按需要更改】
bind = '0.0.0.0:9000'
threads = 4
# 设置守护进程【关闭连接时,程序仍在运行】
daemon = True
# 设置超时时间120s,默认为30s。按自己的需求进行设置
timeout = 1000
# 设置访问日志和错误信息日志路径
accesslog = './logs/acess.log'
errorlog = './logs/error.log'
loglevel = 'warning'
from gunicorn.http import message
message.MAX_REQUEST_LINE = 2**20 - 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cabseu/cosine-robot.git
git@gitee.com:cabseu/cosine-robot.git
cabseu
cosine-robot
Cosine Robot
master

搜索帮助