ForceCLI/force

Can i change the batch size when bulk upsert

Closed this issue · 2 comments

Hi,

I'm using force bulk -c=upsert but failed because some batches exceed 10M characters.
Is there a way I can change the batch size so it won't hit that limit?

Thank you!

There's not an option exposed to change the batch size, but it wouldn't be too hard to add.

Opened #635 to add --batchsize flag.