hint about PROGRESS throttling
This commit is contained in:
parent
6de3bc2ab6
commit
0014599dd9
1 changed files with 3 additions and 2 deletions
|
@ -168,8 +168,9 @@ in control.
|
|||
talk with the special remote program!
|
||||
* `PROGRESS Int`
|
||||
Indicates the current progress of the transfer (in bytes). May be repeated
|
||||
any number of times during the transfer process. This is highly recommended
|
||||
for STORE. (It is optional but good for RETRIEVE.)
|
||||
any number of times during the transfer process, but it's wasteful to
|
||||
update the progress until at least another 1% of the file has been sent.
|
||||
This is highly recommended for STORE. (It is optional but good for RETRIEVE.)
|
||||
(git-annex does not send a reply to this message.)
|
||||
* `DIRHASH Key`
|
||||
Gets a two level hash associated with a Key. Something like "abc/def".
|
||||
|
|
Loading…
Add table
Reference in a new issue