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

Configurable batchsize #20

Merged
merged 1 commit into from Oct 28, 2014
Merged

Configurable batchsize #20

merged 1 commit into from Oct 28, 2014

Conversation

MikaelEliasson
Copy link
Owner

The size of each batch is now configurable for InsertAll. Earlier it was 15000 as default.

The api looks like this

EFBatchOperation.For(db, db.Comments).InsertAll(comments, batchSize: 1000);

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.

None yet

1 participant