Can user set an interval for syncing, like every two, four hours?
request: set interval sync
(2 posts) (2 voices)-
Posted 3 years ago #
-
You can change the sync setting to every 30 minutes in the Preferences menu in the Sync tab.
If you want other values, you can manually set this, but it requires editing a configuration file.
Here's how to change to sync interval to 2 hours, you can do the following:
1. exit Syncdocs
2. edit the file c:\Users\user\AppData\Roaming\Syncdocs\user@gmail.com\appsettings.xml
3. Find the value "LocalChangeCheckInterval" and set its value to 7200000. (it is in milliseconds, so 2 hours = 2 * 60 * 60 * 1000 = 7200000ms)
4. Set "LocalChecksPerRemoteCheck" to 1 and "LocalChecksPerFullCheck" to 2.
5. save the file
6 restart Syncdocs.Posted 3 years ago #
Reply
You must log in to post.