This commit is contained in:
Joey Hess 2020-12-11 11:51:46 -04:00
parent a422a056f2
commit 263fd1d459
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,5 @@
Unsure why, but when annex.stalldetection is set, the progress info it
communicates results in a progress display w/o ETA sometimes.
In particular, it seems to happen downloading from ssh, when the key does
not have a size. Normally, the size is learned during download and used in
the progress bar, but somehow this does not happen. --[[Joey]]