Skip to content

Option to disable checking for timestamps #3013

Answered by abraunegg
dploeger asked this question in Q&A
Discussion options

You must be logged in to vote

@dploeger

I guess that is because of the different timestamps. Can this be disabled so that the sync only checks for actual changes in the content?

Please review the client architecture documentation: https://github.com/abraunegg/onedrive/blob/master/docs/client-architecture.md

The client does 2 passes:

  1. timestamp
  2. hash

The timestamp is used first, as this is computationally less intensive.

If the timestamp is different, the hash is checked. If the hash is indeed different, action is taken.

If the has is the same, the offending timestamp is attempted to be corrected and zero transfer is done.

Reference: https://github.com/abraunegg/onedrive/blob/master/docs/client-architecture.md#determ…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@dploeger
Comment options

@abraunegg
Comment options

@dploeger
Comment options

@abraunegg
Comment options

@dploeger
Comment options

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