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
This test is ineffective because the `FreeSpaceThresholdBytes` option
disables pacing. Fix by setting that option to 1 byte.
We also remove the extra checking of `stopCh` - if it is closed, we
will exit the pacing loop right away so there's no need for this
special check.
0 commit comments