fix: adjust gunicorn.conf.py
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72338f792d
commit
5a04dd4d79
@ -9,7 +9,7 @@ worker_class = 'gevent'
|
||||
# 设置最大并发量
|
||||
daemon = False
|
||||
debug = False
|
||||
worker_connections = 3000
|
||||
worker_connections = 1000
|
||||
workers = multiprocessing.cpu_count() * 2 + 1
|
||||
timeout = 120
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user