Bring this threshold back down.

This commit is contained in:
Ralph Bean
2017-03-14 14:05:11 +00:00
parent cfc6866936
commit 9f3bbb231f

View File

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