savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

Limit the number of `git` processes to 2 #376

Closed mneumann closed 1 year ago

mneumann commented 1 year ago

This caused problems when a couple of dependencies were fetched at the same time.

This probably can be done more elegantly using some kind of ProcessPool.