summaryrefslogtreecommitdiffstats
path: root/gitc_utils.py
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-08-23 14:06:59 -0700
committerDan Willemsen <dwillemsen@google.com>2016-08-23 14:19:00 -0700
commit39252ba028012fd14e4e283217d842fb80206c52 (patch)
treee4c5f2d98218dff3102ca95133fffffb61320c5c /gitc_utils.py
parent71e4cea6deeccafbd3f4c16f2faa157a0a62750c (diff)
downloadgit-repo-39252ba028012fd14e4e283217d842fb80206c52.tar.gz
gitc: Lower concurrent ls-projects requestsv1.12.34
Too many requests at the same time is causing 502 errors. Change-Id: Ic8fbb2fbb7fb6014733fa5be018d2dc02472f704
Diffstat (limited to 'gitc_utils.py')
-rw-r--r--gitc_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitc_utils.py b/gitc_utils.py
index 7a35e7a0..0d4a5c38 100644
--- a/gitc_utils.py
+++ b/gitc_utils.py
@@ -26,7 +26,7 @@ import wrapper
26 26
27from error import ManifestParseError 27from error import ManifestParseError
28 28
29NUM_BATCH_RETRIEVE_REVISIONID = 300 29NUM_BATCH_RETRIEVE_REVISIONID = 32
30 30
31def get_gitc_manifest_dir(): 31def get_gitc_manifest_dir():
32 return wrapper.Wrapper().get_gitc_manifest_dir() 32 return wrapper.Wrapper().get_gitc_manifest_dir()