Actually
The queue time is estimated based on the combined size of the remaining files in the queue, the avg transfer speed over the last 2 minutes, the latency (the length of time to send a command a receive a reply) times the number of items in the queue.
If your average speed is 20 KB/s, you have 100 files each 100KB, and you have a latency of 2 seconds.
Seconds remaining = 100KB * 100 files + (100 * 2) / 20KB/s
Which specific build are you using?
|