MaxScanThreads

Description

Sets the maximum number of threads which are used for a scan to the given value.

Syntax

SetOption MaxScanThreads: <Integer>;

Example

$SOS.SetOption("MaxScanThreads", 8)
SOS.SetOption "MaxScanThreads", 8

Sets the maximum number of threads which are used for a scan to 8.

Remarks

Minimum supported value is “1”. Maximum supported value is “32”.