Skip to content
Snippets Groups Projects
Commit 7059e89b authored by Emanuele Aina's avatar Emanuele Aina
Browse files

fetch-downstream: Increase parallelism retrieving component


Add more parallel workers whe retrieving the component and licensing
report from git to speed up the process.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 33d698ec
No related branches found
No related tags found
1 merge request!75fetch-downstream: Small improvements
Pipeline #331943 failed
......@@ -152,7 +152,7 @@ class DownstreamFetcher:
branch.tags.sort()
def fetch_component_license_report(self, projects):
num_worker_threads = 10
num_worker_threads = 30
def _fetch_license_report(project):
for branch in project.branches.values():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment