ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
472 stars 78 forks source link

Concurrent sync #85

Closed aleluff closed 2 years ago

aleluff commented 3 years ago

Hi,

Thanks for the project, very useful Can you implement the syncing of git repo in a configurable workers quantity please Maybe 10 by default I need to retrieve 300 repos at a time so it will increase a lot the process time

Thanks

aleluff commented 2 years ago

Ok, I just find out that it's already implemented with 1 worker by default Can you change it to 4 by default and add a part in the readme and the cli help section please

Best

ezbz commented 2 years ago

You can specify -c flag to set the concurrency level however it's an experimental feature and really depends on your client machine strength and on server API limits