SearchWindowDelaySeconds
When the connector synchronizes with Content Manager, it requests information about new, modified, and deleted records. By default, the connector requests information for the time period from the start of the previous synchronize cycle to the present time.
You can use this parameter to stop the search window before the current time. For example, if you set SearchWindowDelaySeconds=300
, the connector requests information for a time period ending 5 minutes before the current time.
This can prevent the connector synchronizing records that have only just been created. The records will be synchronized during the next synchronize cycle, instead.
Type: | Integer |
Default: | 0 |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | SearchWindowDelaySeconds=300
|
See Also: | SearchWindowOverlapSeconds |