giftless
giftless copied to clipboard
Allow automatic fallback to basic for small files
If the request is to upload a file under a configured size, allow the LFS server to negotiate basic transfer instead of mutlipart-basic to simplify the transaction and speed things up. Users can disable this by setting the minimum size for multipart in config to 0.
This is a leftover from #51, and is probably not more than a "nice to have" feature.