Only do three concurrent pushes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5edea3c3ef
commit
eeafb0cff3
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ mash_dir = /mnt/koji/compose/updates/
|
||||||
|
|
||||||
# The max number of mash threads running at the same time
|
# The max number of mash threads running at the same time
|
||||||
# max_concurrent_mashes = 2
|
# 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
|
# Where to symlink the latest repos by their tag name. You can use %(here)s to reference the
|
||||||
# location of this file.
|
# location of this file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue