bodhi: Try bumping the wsgi_threads up to 15 (the mod_wsgi default)

This commit is contained in:
Luke Macken 2015-10-02 18:36:24 +00:00
parent 9407091e33
commit 0ca32df3a6

View file

@ -18,7 +18,7 @@ host_group: bodhi2
# 3) roles/fedmsg/base/ declares enough fedmsg endpoints for all threads
wsgi_fedmsg_service: bodhi
wsgi_procs: 4
wsgi_threads: 4
wsgi_threads: 15
tcp_ports: [ 80 ]