How Often Does Sync Run?

Sync runs when the user presses the Sync Now button. If auto sync is enabled, sync is initiated if the device is online and the auto sync time interval has been reached. Auto-sync allows data to stay up to date without relying on the user to initiate an update.

Enabling Auto Sync

The auto sync setting is enabled by setting pulsar.sync.enableAutoSync to TRUE. Once enabled, the auto sync setting can be customized to initiate the sync process at prescribed intervals.

Setting the Auto Sync Time Interval

Use Auto Sync Time Interval - pulsar.sync.autoSyncIntervalMinutes to customize the auto sync interval. Enter the number of minutes for the desired sync interval. The default value is 120 minutes. The sync algorithm will check to see if there was a successful sync in the last X minutes; if there were one, it would not initiate the sync process. It will initiate the sync process if X minutes have passed since the last successful sync.

Refer to Data Sync Settings for more information.

Â