To build an upload, dbmlsync must scan the transaction log. Usually it does this at the beginning of synchronization. However,
when synchronizations are scheduled or when the sp_hook_dbmlsync_delay hook is used, dbmlsync by default scans the log in
the pause that occurs before synchronization. This behavior is more efficient because when synchronization begins the log
is already at least partially scanned. This default behavior is called logscan polling.
This option specifies the interval between log scans. Use the suffix s, m, h, or d to specify seconds, minutes, hours or days,
respectively. The default is 1 minute. If you do not specify a suffix, the default unit of time is minutes.