retry_policy.max_tries

Maximum number of times to retry a file copy operation that has failed.

Key: retry_policy.max_tries
Type: Integer
Can be set in: collection.cfg

Description

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

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