added suggestion for batch-mode operations for remotes

This commit is contained in:
Ilya_Shlyakhter 2019-02-13 16:52:09 +00:00 committed by admin
parent 23ef159352
commit 1b279ec738

View file

@ -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.