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!
|
talk with the special remote program!
|
||||||
* `PROGRESS Int`
|
* `PROGRESS Int`
|
||||||
Indicates the current progress of the transfer (in bytes). May be repeated
|
Indicates the current progress of the transfer (in bytes). May be repeated
|
||||||
any number of times during the transfer process. This is highly recommended
|
any number of times during the transfer process, but it's wasteful to
|
||||||
for STORE. (It is optional but good for RETRIEVE.)
|
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.)
|
(git-annex does not send a reply to this message.)
|
||||||
* `DIRHASH Key`
|
* `DIRHASH Key`
|
||||||
Gets a two level hash associated with a Key. Something like "abc/def".
|
Gets a two level hash associated with a Key. Something like "abc/def".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue