From ce9be69329448d759746af82675a2479c27af197 Mon Sep 17 00:00:00 2001 From: clime Date: Wed, 18 Oct 2017 22:51:17 +0200 Subject: [PATCH] copr-frontend: set high DEFER_BUILD_SECONDS to handle large queue this high value is probably only temporary --- roles/copr/frontend/templates/copr.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index eadd5fc505..44510bf0ff 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -77,3 +77,5 @@ MBS_URL = "http://localhost/module/1/module-builds/" # no need to filter cla_* groups, they are already filtered by fedora openid BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager'] + +DEFER_BUILD_SECONDS = 220