From 0b3da75e62c2c1ac78507d2a385b2dd7a27741aa Mon Sep 17 00:00:00 2001 From: prancewit Date: Mon, 12 Sep 2022 19:06:11 +0000 Subject: [PATCH] --- doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn diff --git a/doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn b/doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn new file mode 100644 index 0000000000..eb4393a2bc --- /dev/null +++ b/doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn @@ -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?