koji_hub: increase max_delete_processes from 4 to 20
This is the threads that are doing deletes of repos. Since we have so many repos, lets increase the delete threads as well so it can hopefully keep up. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
421fbeff12
commit
1bbfd7f02f
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ separate_source_tags=f{{ FedoraRawhideNumber }}-build eln-build
|
|||
; prevent repo cleanup from stalling repo regen
|
||||
;prune_batch_size=1
|
||||
;delete_batch_size=1
|
||||
max_delete_processes=20
|
||||
|
||||
; prevent kojira from flooding the build system with newRepo tasks
|
||||
max_repo_tasks=30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue