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
fix: Fix incorrect suggestion in log message (#458)
I missed a factor of 2 since previously, the flag
controlled the size for a single buffer, but now it controls
the size for a single worker (and there are 2 buffers per worker)
0 commit comments