MaxThreads
Specifies the number of concurrent requests that can be issued simultaneously. This property allows for the execution of multiple requests at the same time, which can improve overall performance by utilizing system resources more efficiently.
Data Type
string
Default Value
"5"
Remarks
This property allows you to issue multiple requests simultaneously, thereby improving performance.
This property takes effect only when Search API is being used, so it is valid only for HubsSpotV3 schema.
The default and the maximum value is '5', meaning up to 5 concurrent requests can be issued by the system. This restriction is because of Search API limitation to 5 req/sec.