From 1b279ec738dc79063555387decdce9f6a8a2548b Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Wed, 13 Feb 2019 16:52:09 +0000 Subject: [PATCH] added suggestion for batch-mode operations for remotes --- doc/todo/batch_operations_for_remotes.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/batch_operations_for_remotes.mdwn diff --git a/doc/todo/batch_operations_for_remotes.mdwn b/doc/todo/batch_operations_for_remotes.mdwn new file mode 100644 index 0000000000..6058abb4b7 --- /dev/null +++ b/doc/todo/batch_operations_for_remotes.mdwn @@ -0,0 +1 @@ +Current special remote protocol works on one file at a time. With some remotes, a batch operation can be more efficient, e.g. querying the status of many URLs in one API call. It would be good if special remotes could optionally implement batch versions of their operations, and these versions were used by batch-mode git-annex commands.