Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local updates don't sync immediately #44

Open
KevinMackenzie opened this issue Aug 14, 2017 · 0 comments
Open

Local updates don't sync immediately #44

KevinMackenzie opened this issue Aug 14, 2017 · 0 comments

Comments

@KevinMackenzie
Copy link
Owner

Since the local updates are synced on the same timer as the remote ones, they don't sync immediately, but that is critical to smooth performance. Since the local file state is always in flux, we want to make sure that our metadata is always as up to date as possible and that the local changes are always uploaded to the remote. One option is to have a very fast (5-10 second) update cycle, but it is also possible to upload these changes immediately.

@KevinMackenzie KevinMackenzie added this to ToDo in Core Features Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant