SearchWindowOverlapSeconds
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 extend the search window so that it overlaps the previous synchronize cycle. For example, if you set SearchWindowOverlapSeconds=600
, the connector requests information for a time period starting 10 minutes before the start of the previous synchronize cycle.
This can result in the connector retrieving some records more than once, but the connector will discard any duplicates rather than indexing them.
Type: | Integer |
Default: | 0 |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | SearchWindowOverlapSeconds=600
|
See Also: | SearchWindowDelaySeconds |