You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
components/console/helpers/progresshelper.rst currently says this:
For performance reasons, be careful to not set the total number of steps
to a high number. For example, if you're iterating over a large number
of items, consider a smaller "step" number that updates on only some
iterations
But ProgressHelper::setRedrawFrequency() exists (in 2.2, possibly before), which seems to do this for you.