bodhi: Try bumping the wsgi_threads up to 15 (the mod_wsgi default)
This commit is contained in:
parent
9407091e33
commit
0ca32df3a6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ host_group: bodhi2
|
||||||
# 3) roles/fedmsg/base/ declares enough fedmsg endpoints for all threads
|
# 3) roles/fedmsg/base/ declares enough fedmsg endpoints for all threads
|
||||||
wsgi_fedmsg_service: bodhi
|
wsgi_fedmsg_service: bodhi
|
||||||
wsgi_procs: 4
|
wsgi_procs: 4
|
||||||
wsgi_threads: 4
|
wsgi_threads: 15
|
||||||
|
|
||||||
tcp_ports: [ 80 ]
|
tcp_ports: [ 80 ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue