Skip to content
Discussion options

You must be logged in to vote

This logging is driven by EF Core. By default, we call SaveChangesAsync() after each HTTP call (which is up to 100 items), but we call AddAsync() on each element. The underlying driver does the work of splitting the work up. You should check out the logic in the code.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by neongrvstns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants