-
-
Notifications
You must be signed in to change notification settings - Fork 516
docs: update incorrect batch size reference #919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update incorrect batch size reference #919
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- What is the current batch size limit?
- Is this the only place where this limit is mentioned in the docs?
|
Also, there is this PR on how to use |
If the current batch size is 20, not 50, should that be mentioned in the docs instead of removing the note altogether? |
@mtrezza the batch size is customizable in the JS SDK. The default is set to 20. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
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.