From fed180d945b580d343c5e3753cf06d80ae2e2c7c Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Sat, 1 Aug 2009 00:37:13 +0100 Subject: [PATCH] set allow threads option to false --- pyfpdb/GuiBulkImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/GuiBulkImport.py b/pyfpdb/GuiBulkImport.py index c166bbb4..8472f7ed 100755 --- a/pyfpdb/GuiBulkImport.py +++ b/pyfpdb/GuiBulkImport.py @@ -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):