Dont set syncThreadNumber in file settings anymore

This commit is contained in:
tomkat83 2016-08-07 16:09:06 +02:00
parent ae6061f771
commit a23c357734

View file

@ -481,7 +481,6 @@ class InitialSetup():
line1=string(39072)): line1=string(39072)):
self.logMsg('User thinks that PKC runs on a raspi or similar', 1) self.logMsg('User thinks that PKC runs on a raspi or similar', 1)
utils.settings('imageCacheLimit', value='1') utils.settings('imageCacheLimit', value='1')
utils.settings('syncThreadNumber', value='1')
# Make sure that we only ask these questions upon first installation # Make sure that we only ask these questions upon first installation
utils.settings('InstallQuestionsAnswered', value='true') utils.settings('InstallQuestionsAnswered', value='true')