Comment 2 for bug 1379026

Revision history for this message
Matthew Paul Thomas (mpt) wrote :

As part of the specification of the toolkit progress indicators, I've suggested that any change to a progress bar's value should be animated over 500 ms. If so, updating the value more than twice a second would barely be noticable.

Instead, or in addition, an app might display precise download progress as numbers. But except for highly predictable sequences (like a stopwatch), it's generally poor practice to change text like that more than about twice a second, because it's too difficult to read.

If both of those are correct, then there would be no need for the download service to send more than two progress signals per second.