You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
).The text was updated successfully, but these errors were encountered: