mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-06-04 17:09:48 +00:00
gitc: Lower concurrent ls-projects requests
Too many requests at the same time is causing 502 errors. Change-Id: Ic8fbb2fbb7fb6014733fa5be018d2dc02472f704
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ import wrapper
|
|||||||
|
|
||||||
from error import ManifestParseError
|
from error import ManifestParseError
|
||||||
|
|
||||||
NUM_BATCH_RETRIEVE_REVISIONID = 300
|
NUM_BATCH_RETRIEVE_REVISIONID = 32
|
||||||
|
|
||||||
def get_gitc_manifest_dir():
|
def get_gitc_manifest_dir():
|
||||||
return wrapper.Wrapper().get_gitc_manifest_dir()
|
return wrapper.Wrapper().get_gitc_manifest_dir()
|
||||||
|
|||||||
Reference in New Issue
Block a user