alternate way to support batch operations by remotes
This commit is contained in:
parent
1b279ec738
commit
3caae7ea81
1 changed files with 1 additions and 1 deletions
|
@ -1 +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.
|
||||
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. Or maybe, keep the current set of commands but let the remote read multiple requests and then send multiple replies?
|
||||
|
|
Loading…
Add table
Reference in a new issue