The SynchronizeThreads
parameter specifies the number of threads to use for synchronization if the connector supports multi-threading. If the connector does not support multi-threading, this parameter is ignored.
In cases where this method is not supported by the connector, multiple tasks can be run using the alternative TaskThreads
setting.
Note: The HTTP Connector (CFS) does not support the SynchronizeThreads
parameter. You can use the MaxSpiderThreads
parameter instead.
Type: | Integer |
Default: | 5 |
Required: | No |
Configuration Section: | Connector |
Example: | SynchronizeThreads=4
|
See Also: | TaskThreads |
|