nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

[Feature Request] auto-increase post buffer for ARCs with large data files #176

Closed Brilator closed 11 months ago

Brilator commented 1 year ago

Is your feature request related to a problem? Please describe. Not sure, if I'm doing something wrong, but my arc sync sometimes hangs during or after "writing objects" or when trying to pusher "larger" (less than 0.5GB) files that are not automatically git-lfs tracked.

Describe the solution you'd like It usually helped to increase the http buffer (see https://github.com/nfdi4plants/nfdi4plants.knowledgebase/issues/65).

Might be worth to let ARC commander do this automagically when detecting relevant files.

HLWeil commented 11 months ago

Hey, thanks for bringing up this issue and also the possible solution. By googling around a bit, I saw that this issue is especially prevalent for people trying to use git-clone. This makes it a bit harder to implement this in an automagical way.

Also, this issue is specific for non-lfs files, which wouldn't be the encouraged way to handle >100mb files anyways.

Maybe just put this into a FAQ section of the knowledgebase instead?

Brilator commented 11 months ago

this issue is specific for non-lfs files, which wouldn't be the encouraged way to handle >100mb files

agreed