Comment 3 for bug 395998

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 395998] [NEW] don't show progress bars for short operations

On Mon, 2009-07-06 at 12:57 +0000, Martin Pool wrote:
> It's still there, this is asking for a tweak to it. I think there's no
> hysterisis before initial display.

Well, there definitely *used* to be. We had bugs that no bars were
shown, whose root cause was that the bar operations in the first
fraction of a second were not shown, and then we got into network ops
which blocked for 10+seconds while ssh handshaking took place.

So, I think that network ops should *not* be hidden in short operations.
I think its fine for the local transport to hide notifications in short
operations, because they rarely block for long periods.

-Rob