From 4e72f476f330b9c4e434783654ad6ac958e72b36 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Tue, 4 Aug 2009 20:00:59 +0100 Subject: [PATCH] one line change to enable the number of threads choice --- pyfpdb/GuiBulkImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/GuiBulkImport.py b/pyfpdb/GuiBulkImport.py index 8472f7ed..c166bbb4 100755 --- a/pyfpdb/GuiBulkImport.py +++ b/pyfpdb/GuiBulkImport.py @@ -36,7 +36,7 @@ import Configuration class GuiBulkImport(): # 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 def import_dir(self):