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:
Kevin Fenzi 2021-05-17 10:17:43 -07:00
parent 421fbeff12
commit 1bbfd7f02f

View file

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