workers = 5
worker_class = "gevent"
worker_connections = 1000
bind = "0.0.0.0:8080"
daemon = True
timeout = 30
gunicron 启动方式
最新推荐文章于 2024-10-24 17:05:51 发布
workers = 5
worker_class = "gevent"
worker_connections = 1000
bind = "0.0.0.0:8080"
daemon = True
timeout = 30