Skip to content
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

closes #144: limit max documents in insert many #315

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

ivansenic
Copy link
Contributor

@ivansenic ivansenic commented Mar 30, 2023

What this PR does:
Adds configurable limit of max documents to be inserted using insertMany.

Which issue(s) this PR fixes:
Fixes #144

Checklist

@ivansenic ivansenic requested a review from a team as a code owner March 30, 2023 10:30
@ivansenic ivansenic force-pushed the ise-144-limit-insert-many branch from a792fde to ac49bfe Compare March 30, 2023 16:46
@ivansenic ivansenic merged commit d2176cb into main Mar 30, 2023
@ivansenic ivansenic deleted the ise-144-limit-insert-many branch March 30, 2023 17:07
Copy link
Collaborator

@vkarpov15 vkarpov15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit number of docs for insertMany to 10
3 participants