You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading files we can not just use timestamps because it is possible that changes have been made on the server and locally on the same revision, one of those changes would be lost when downloading based on edit timestamp!
Maybe we need to store the revision of a file when downloading it and change our local indexing behaviour by merging a created index with a stored index. That way we can fetch metadata like revision and compare hashes while keeping and storing an up-to-date index of our storage folder.
The text was updated successfully, but these errors were encountered:
When downloading files we can not just use timestamps because it is possible that changes have been made on the server and locally on the same revision, one of those changes would be lost when downloading based on edit timestamp!
Maybe we need to store the revision of a file when downloading it and change our local indexing behaviour by merging a created index with a stored index. That way we can fetch metadata like revision and compare hashes while keeping and storing an up-to-date index of our storage folder.
The text was updated successfully, but these errors were encountered: