parent
5a04dd4d79
commit
e3a4b6a5df
@ -9,7 +9,7 @@ worker_class = 'gevent'
|
|||||||
# 设置最大并发量
|
# 设置最大并发量
|
||||||
daemon = False
|
daemon = False
|
||||||
debug = False
|
debug = False
|
||||||
worker_connections = 1000
|
worker_connections = 2000
|
||||||
workers = multiprocessing.cpu_count() * 2 + 1
|
workers = multiprocessing.cpu_count() * 2 + 1
|
||||||
timeout = 120
|
timeout = 120
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user