retry_policy.max_tries

Background

This setting specifies the maximum number of times to retry a file copy operation which has failed (for whatever reason).

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the retry_policy.max_tries key, and set the value. This can be set to any valid Integer value.

Default value

retry_policy.max_tries=5

Examples

If you are crawling a file system which has periodic connection problems you might decide to increase the number of retries:

retry_policy.max_tries=8