From 3b41dda49f6c981088f940f5fb2140df2c358519 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 Feb 2015 17:44:03 +0000 Subject: [PATCH] Set this to the same as it is in the machine for now. --- roles/copr/backend/templates/copr-be.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-be.conf b/roles/copr/backend/templates/copr-be.conf index fe976a0554..d361ff9454 100644 --- a/roles/copr/backend/templates/copr-be.conf +++ b/roles/copr/backend/templates/copr-be.conf @@ -18,7 +18,7 @@ group0_name=PC group0_archs=i386,x86_64 group0_spawn_playbook=/home/copr/provision/builderpb.yml group0_terminate_playbook=/home/copr/provision/terminatepb.yml -group0_max_workers=12 +group0_max_workers=7 # path to ansible playbook which spawns builder # see /usr/share/copr*/playbooks/ for examples