summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index b975b72a..9d7476b4 100644
--- a/project.py
+++ b/project.py
@@ -59,7 +59,7 @@ MAXIMUM_RETRY_SLEEP_SEC = 3600.0
59# +-10% random jitter is added to each Fetches retry sleep duration. 59# +-10% random jitter is added to each Fetches retry sleep duration.
60RETRY_JITTER_PERCENT = 0.1 60RETRY_JITTER_PERCENT = 0.1
61 61
62# Whether to use alternates. 62# Whether to use alternates. Switching back and forth is *NOT* supported.
63# TODO(vapier): Remove knob once behavior is verified. 63# TODO(vapier): Remove knob once behavior is verified.
64_ALTERNATES = os.environ.get('REPO_USE_ALTERNATES') == '1' 64_ALTERNATES = os.environ.get('REPO_USE_ALTERNATES') == '1'
65 65