This commit is contained in:
prancewit 2022-09-12 19:06:11 +00:00 committed by admin
parent 07b7a2c668
commit 0b3da75e62

View file

@ -0,0 +1,3 @@
Currently, when we use small chunks for large files, `git annex drop` can take a long time on external remotes. One possible solution seems to be that we batch multiple REMOVEs in a single call to the special remote so that it can be optimized by it if needed.
This is still not ideal, but seems reasonably safe and easy to do. Thoughts?