Give tagger more wsgi procs and threads.

This commit is contained in:
Ralph Bean 2015-06-26 17:19:30 +00:00
parent d67ff09989
commit 210cb5e044

View file

@ -8,8 +8,8 @@ num_cpus: 2
# the host_vars/$hostname file
wsgi_fedmsg_service: fedoratagger
wsgi_procs: 2
wsgi_threads: 2
wsgi_procs: 3
wsgi_threads: 3
tcp_ports: [ 80 ]