DSD-DBS / py-capellambse

A Python 3 headless implementation of the Capella modeling tool.
https://dsd-dbs.github.io/py-capellambse/
Apache License 2.0
50 stars 8 forks source link

Use tree-less partial clones #397

Closed Wuestengecko closed 3 months ago

Wuestengecko commented 3 months ago

Instead of shallow clones, use tree-less partial clones for the cache repos. This reduces server load during subsequent fetches without significantly impacting cache size.