bump repo_tasks_limit to allow an increase in repos
repo_tasks_limit defaults to 10, it sets the maximum repo tasks in total, combining both the rpm repos and unused in fedora maven repos. max_repo_tasks in the config was set to 15 but in reality we never had more than 10 due to the extra limitation. Both are set to 15 now Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
042da8f0d7
commit
8aaaa29017
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ with_src=no
|
|||
|
||||
; prevent kojira from flooding the build system with newRepo tasks
|
||||
max_repo_tasks=15
|
||||
repo_tasks_limit=15
|
||||
|
||||
; Server certificate authority
|
||||
krb_rdns=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue