cup icon indicating copy to clipboard operation
cup copied to clipboard

Support disk backed storage for repositories

Open GeorgeMac opened this issue 2 years ago • 0 comments

Currently, we clone source projects into memory.

This is ok, but wont scale well for larger projects. We should support cloning to temporary or specified directories. Some care will likely need to be taken for concurrent working directories al the git index. Ideally, we can create a unique working index per request, but I need to do some more discovery into that (w.r.t go-git).

GeorgeMac avatar Aug 09 '23 13:08 GeorgeMac