From 9f3bbb231f0bddda38cd0a0d2d3fe310741a5fb1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 14 Mar 2017 14:05:11 +0000 Subject: [PATCH] Bring this threshold back down. --- roles/mbs/common/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 72594f3efc..50c52a3c2e 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -145,7 +145,7 @@ class ProdConfiguration(BaseConfiguration): # If this is too long, we could change it to 'fm_' some day. DEFAULT_DIST_TAG_PREFIX = 'module_' - NUM_CONSECUTIVE_BUILDS = 15 + NUM_CONSECUTIVE_BUILDS = 10 # These aren't really secret. OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')