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
The default is half the total size! that's why you see 45300.5. It's a generic approach intended for smaller arrays.
I'll add a more sensible default (max between half the total size and 100) and I'll replace [asyncBatch] 45300.5 as batch size, got undefined with [asyncBatch] Defaulting to 100 as batch size, got undefined
i dunno why
[asyncBatch] 45300.5 as batch size, got undefined
but it stays there forever.It only works as
BATCH_SIZE=XXX npm run sanity-check -- --self-heal
We need a default value or make it throw if not provided or something
The text was updated successfully, but these errors were encountered: