From eeafb0cff3314238f881407376d62103ee12ed7f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 10 May 2018 23:31:20 +0200 Subject: [PATCH] Only do three concurrent pushes Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 9abf66424b..1d300ea6f5 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -161,7 +161,7 @@ mash_dir = /mnt/koji/compose/updates/ # The max number of mash threads running at the same time # max_concurrent_mashes = 2 -max_concurrent_mashes = 8 +max_concurrent_mashes = 3 # Where to symlink the latest repos by their tag name. You can use %(here)s to reference the # location of this file.