Skip to content

Takes too long to sync files #2848

Answered by abraunegg
lvazdela asked this question in Q&A
Sep 25, 2024 · 3 comments · 10 replies
Discussion options

You must be logged in to vote

@lvazdela
Your testing is 100% invalid for a number of reasons:

  1. You are syncing with v2.4.25 , with the state of the client already in a healthy / sync state - thus, the client uses the /delta call, finds 0 changes, and immediatly goes to validation of items in the database
  2. All your tests with v2.5.x has been on the first run and/or using --dry-run which is forcing a DB upgrade, thus a 100% way more intensive scan
  3. When using v2.4.25 you are also using --single-directory to limit the sync scope. In v2.4.25 this still uses the /delta call but without a checkpoint, thus, it goes back to 'point 1' .. no changes , nothing transferred (which is not correct - a v2.4.25 bug)
  4. When using v2.5.x , …

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@lvazdela
Comment options

Comment options

You must be logged in to vote
8 replies
@abraunegg
Comment options

@lvazdela
Comment options

@lvazdela
Comment options

@abraunegg
Comment options

@lvazdela
Comment options

Comment options

You must be logged in to vote
1 reply
@lvazdela
Comment options

Answer selected by lvazdela
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