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
There is nothing in the code that protects us from misconfiguration of ProgressReportFrequency. Setting it to zero or a negative number, for example. There should probably be a minimum allowable value, where we we either clamp to that minimum, or we skip the progress reporting completely if the value is lower.