Use this parameter to specify the number of seconds to elapse before the connector attempts to reconnect to a site. If the connector fails to connect to a site, ReconnectPeriod
allows you to specify the number of seconds to elapse before the connector attempts to connect to the site again. Setting ReconnectPeriod
to a high value may affect the spider's performance.
Type: | Long |
Default: | |
Required: | No |
Allowed Range: | Minimum: 0 Maximum: 2000000000 |
Recommended Range: | Minimum: 0 Maximum: 2000000000 |
Configuration Section: | TaskName or Default |
Example: | ReconnectPeriod=5
|
See Also: | MaxRetries |
|