The maximum amount of time (in seconds) that the Distributed Connector waits for a connector to finish a job. A connector must complete a job and respond to the Distributed Connector by sending a FetchFinished
action before the time limit expires. If the limit is reached, the Distributed Connector discards the job.
NOTE: You should consider increasing the value of ConnectorTimeoutSecs
, because many jobs will take longer than 60 seconds.
The value of the ConnectorTimeoutSecs
parameter should exceed the sum of:
NOTE: This parameter does not apply to the View
action.
Type: | Integer |
Default: | 60 |
Required: | No |
Configuration Section: | DistributedConnector |
Example: | ConnectorTimeoutSecs=60
|
See Also: |
|