crawler.max_timeout_retries
Background
This is the maximum number of times the crawler will retry connecting to a given URL if it experiences a network timeout while trying to connect.
The crawler will wait for the value of crawler.request_timeout
in between
each request to avoid overloading the server.
Examples
Increase value so that three attempts will be made to contact the URL.
crawler.max_timeout_retries=3