MaxThreads Parameter (Connect-Splunk Cmdlet)
Specifies the number of concurrent requests. Only used when UseJobs is true.
Syntax
Connect-Splunk -MaxThreads string
Data Type
cstr
Default Value
"5"
Remarks
This property allows you to issue multiple requests simultaneously, thereby improving performance. Default value is 5 threads. Setting a higher value can result in OutOfMemory issues.