From 210cb5e044d4828563dfb989a7f7d528e985f8a5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 26 Jun 2015 17:19:30 +0000 Subject: [PATCH] Give tagger more wsgi procs and threads. --- inventory/group_vars/tagger | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/tagger b/inventory/group_vars/tagger index a23d66ad34..8eb493db1c 100644 --- a/inventory/group_vars/tagger +++ b/inventory/group_vars/tagger @@ -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 ]