-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Synchronization happens every 10 seconds even if nothing has changed #9800
Comments
Same for me:
|
I can reproduce this with Joplin Server sync (synchronization interval: 1 hour, Joplin in dev mode, v2.14.11), but not filesystem sync. |
I'm getting a large number of
messages in the log. The relevant code seems to trigger a sync 10 seconds in the future: joplin/packages/lib/BaseApplication.ts Lines 370 to 380 in 99e8818
joplin/packages/lib/BaseApplication.ts Lines 385 to 390 in 99e8818
joplin/packages/lib/registry.ts Lines 89 to 94 in 99e8818
|
From a |
… every 10 seconds even if nothing has changed
… seconds even if nothing has changed (#9814)
I've noted this in the Joplin forum, but this applies to the Windows app as well. I'm seeing the same issue happen with a 30-minute interval set. (this is a "for the record" statement, given the above code fix covers Windows too) |
Operating system
Linux
Joplin version
2.14.11
Desktop version info
Joplin 2.14.11 (prod, linux)
Client ID:
Sync Version: 3
Profile Version: 45
Keychain Supported: No
Revision: 0f9d6a1
Simple Backup: 1.3.6
Current behaviour
The desktop client checks for changes every 10 seconds even if no changes are made. This happens 24/7 and it finds nothing to synchronize, just the spinning wheel and a message that it's completed "Completed: 2024-01-29 16:40 (2s)".
Using "1 hour" as the "Synchronization interval" under settings.
Expected behaviour
Follow the setting under "Synchronization interval" or sync only after a while when changes are made locally.
Logs
No response
The text was updated successfully, but these errors were encountered: