one line change to enable the number of threads choice
This commit is contained in:
parent
2c9982cfff
commit
4e72f476f3
|
@ -36,7 +36,7 @@ import Configuration
|
||||||
class GuiBulkImport():
|
class GuiBulkImport():
|
||||||
|
|
||||||
# CONFIGURATION - update these as preferred:
|
# CONFIGURATION - update these as preferred:
|
||||||
allowThreads = False # set to True to try out the threads field
|
allowThreads = True # set to True to try out the threads field
|
||||||
|
|
||||||
# not used
|
# not used
|
||||||
def import_dir(self):
|
def import_dir(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user