parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 518 forks source link

docs: update incorrect batch size reference #919

Closed RahulLanjewar93 closed 1 year ago

RahulLanjewar93 commented 1 year ago

In current parse-server, I dont think there is a cap for how many objects can be updated/saved/destroyed in one go. So maybe we should update this in docs.

RahulLanjewar93 commented 1 year ago
RahulLanjewar93 commented 1 year ago

Also, there is this PR on how to use transactions on client sdks while using the batch endpoint. It's not merged yet and somewhere they did mention removing the batch size and putting everything in a single batch because it's causing issues.

mtrezza commented 1 year ago

If the current batch size is 20, not 50, should that be mentioned in the docs instead of removing the note altogether?

RahulLanjewar93 commented 1 year ago

@mtrezza the batch size is customizable in the JS SDK. The default is set to 20.