set allow threads option to false

This commit is contained in:
sqlcoder 2009-08-01 00:37:13 +01:00
parent 921812f5e4
commit fed180d945

View File

@ -36,7 +36,7 @@ import Configuration
class GuiBulkImport():
# CONFIGURATION - update these as preferred:
allowThreads = True # set to True to try out the threads field
allowThreads = False # set to True to try out the threads field
# not used
def import_dir(self):