Skip to content
Discussion options

You must be logged in to vote

@Seekawan
Each of those processing dots (.) represent a change set bundle on Microsoft OneDrive as presented by the Microsoft Graph API.

There is zero tuning that can be done when fetching your online data for the first time or in a --resync scenario.

Microsoft sends all your data (files and folders) in those change sets - usually ~200-210 items at a time. Due to how the Microsoft Graph API works, these items must be fetched in order (no parallel processing).

If you add --verbose you can see this occurring.

The client will then process those as they come in to determine applicability based on your configuration, then finally batch them up into larger 500 bundles for final handling.

The only

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by abraunegg
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