From ca97c0829c69644a2b4823a60d81f71c1d26e923 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 6 Jul 2015 18:12:52 +0000 Subject: [PATCH] Give FAS 40 threads again until we get to bodhi2. --- inventory/group_vars/fas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/fas b/inventory/group_vars/fas index 7d674b551e..ae9bdc8c12 100644 --- a/inventory/group_vars/fas +++ b/inventory/group_vars/fas @@ -8,7 +8,7 @@ num_cpus: 4 # the host_vars/$hostname file wsgi_fedmsg_service: fas -wsgi_procs: 5 +wsgi_procs: 8 wsgi_threads: 5 tcp_ports: [ 80, 873, 8443, 8444 ]