blob: f76b42d73af5070c7bae33b61fe131f79c3e2d14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Currently, git-annex takes a very lazy approch to displaying
progress into. It just lets rsync or whatever display the progress
for it, in the terminal.
Something better is needed for the [[webapp]]. There needs to be a
way for the web app to know what the current progress is of all transfers.
To get this info for downloads, git-annex can watch the file as it arrives
and use its size.
TODO: What about uploads? Will i have to parse rsync's progresss output?
Ugh.
This is one of those potentially hidden but time consuming problems.
|