From 32efa373086cce302da258b24504af0dd6a67140 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 27 Sep 2016 18:05:51 +0000 Subject: [PATCH] New tuning param for pdc-updater. --- roles/pdc/backend/templates/pdcupdater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index 92a35d1532..e6fc3d2d68 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -46,6 +46,8 @@ config = { {% else %} 'pdcupdater.koji_url': 'http://koji01.phx2.fedoraproject.org/kojihub', {% endif %} + # Use 8 threads to talk to koji in parallel. + 'pdcupdater.koji_io_threads': 8, # Where to find composes {% if env == 'staging' %}