Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
gitc: Lower concurrent ls-projects requests
Browse files Browse the repository at this point in the history
Too many requests at the same time is causing 502 errors.

Change-Id: Ic8fbb2fbb7fb6014733fa5be018d2dc02472f704
  • Loading branch information
danw committed Aug 23, 2016
1 parent 71e4cea commit 39252ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitc_utils.py
Expand Up @@ -26,7 +26,7 @@

from error import ManifestParseError

NUM_BATCH_RETRIEVE_REVISIONID = 300
NUM_BATCH_RETRIEVE_REVISIONID = 32

def get_gitc_manifest_dir():
return wrapper.Wrapper().get_gitc_manifest_dir()
Expand Down

0 comments on commit 39252ba

Please sign in to comment.