Crank up the wsgi settings for bodhi2.

This commit is contained in:
Ralph Bean 2015-08-19 16:51:45 +00:00
parent db671e24ad
commit 4f0a2a5488

View file

@ -17,8 +17,8 @@ host_group: bodhi2
# 2) iptables opens enough ports for all threads for fedmsg
# 3) roles/fedmsg/base/ declares enough fedmsg endpoints for all threads
wsgi_fedmsg_service: bodhi
wsgi_procs: 2
wsgi_threads: 2
wsgi_procs: 4
wsgi_threads: 4
tcp_ports: [ 80 ]