[nodes] FeatureExtraction: add maxThreads argument

This commit is contained in:
Fabien Castan 2019-09-21 16:47:22 +02:00
parent f0a9ec23e7
commit 22d3e271b3

View file

@ -44,6 +44,14 @@ class FeatureExtraction(desc.CommandLineNode):
uid=[],
advanced=True
),
desc.IntParam(
name='maxThreads',
label='Max Nb Threads',
description='Specifies the maximum number of threads to run simultaneously (0 for automatic mode).',
value=0,
range=(0, 24, 1),
uid=[]
),
desc.ChoiceParam(
name='verboseLevel',
label='Verbose Level',