MaxThreads Parameter (Connect-HubSpot Cmdlet)
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.
Syntax
Connect-HubSpot -MaxThreads string
Data Type
cstr
Default Value
"5"
Remarks
このプロパティを使用すると、複数のリクエストを同時に発行することができパフォーマンスが向上します。
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.