hint about PROGRESS throttling

This commit is contained in:
Joey Hess 2013-12-27 14:39:56 -04:00
parent 6de3bc2ab6
commit 0014599dd9

View file

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