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
Previously it actually was very hot and needed an entire CPU for itself
due to constant querying of progress information.
Now it's slowed down by consistently sleeping for a short amount of time.
This time should be short enough to not let the progress bar hold up the
overall progress of the fetch operation, hence the 10ms sleep time,
reducing the worst-case hold-up to 10ms.
0 commit comments