Only do three concurrent pushes

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-10 23:31:20 +02:00
parent 5edea3c3ef
commit eeafb0cff3

View file

@ -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.