mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Bring this threshold back down.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user