remove
I need to think about this some more, not clear if it's a todo item specific to stalldetection at all. Remotes with this behavior also show no progress when run with -J. And some other remotes don't update any progress meters at all, eg adb is that way and so are hook remotes and of course external remotes don't have to send progress info.
This commit is contained in:
parent
fadf47557f
commit
e6692b66f1
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
When annex.stalldetection is set, rsync and gcrypt
|
||||
special remotes do not display any progress. Also, the stall detection
|
||||
cannot detect stalls, because that needs progress information to do.
|
||||
|
||||
These remotes have `displayProgress = False`, and seem to be the only
|
||||
affected ones.
|
||||
|
||||
It seems like it would be a good idea to make these remotes capture the
|
||||
output of the program they run, and convert it to a progress meter.
|
||||
|
||||
(Also, these don't have progress output with -J either..)
|
Loading…
Reference in a new issue