-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Depending on the type of the large files, it might make sense to compress them before they are sent and stored. compressjs has a nice array of algorithms and is pure JS, so it should be fairly easy to integrate.
The tricky part is deciding which compressor top use for what. It would be best if it was possible to add that info to the git filter, not sure how to do that.
Reactions are currently unavailable