-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Enhancement/bug - Add manual sync button on App #21
Comments
The sync/update eventually made to the 2nd machine. What is the sync update check period? The manual sync/download button and lastUpdated display would be helpful. |
The app checks every 5 minutes for updates to your synced bookmarks. I think this could be reduced to one a minute to help reduce the risk of conflicts occurring. This would increase the load on the service but shouldn't be an issue.
I agree there should be a better interface for resolving conflicts, though I'd hope it should be a very edge case especially if the time between checking for updates is reduced. |
+1 |
This will be added in the next release (v1.4.1). |
If I update (add a tag) to a bookmark in Chrome on one machine the change gets pushed to the server (as indicated by the bookmark toolbar getting rebuilt). However, on another machine running Chrome the sync does not automatically get triggered. If I then add a tag to a bookmark on the 2nd machine I get a Data out of Sync warning and lose the local change (the warning message gets clipped).
How/when does the App check for changes on the server?
Enhancement request:
Client app information
App Platform: Chrome on Win10 and Centos7
App Platform Version: 1.3.1
Other info
Running the API server V1.1.0 on the local Centos machine, with Apps referencing an an external ddns service URL.
The text was updated successfully, but these errors were encountered: