Need better scanning performance?
MaxParallelTasks
Parameter MaxParallelTasks defines the maximum number of parallel tasks for the DCV runtime.
Example
{
"MaxParallelTasks":4
}
Parameter Summary
| MaxParallelTasks Parameter Summary |
|---|
| Type int |
| Range -1, 0, [1, 256] |
| Default Value 4 |
| Remarks 1) 0: Only open the management thread, the execution task thread and the management thread are the same thread. 2) -1: Do not open the management thread or the task thread, that is, run in the thread that calls StartCapturing. |