setting conf.threads when -o switch is used

This commit is contained in:
Miroslav Stampar 2010-10-22 19:10:45 +00:00
parent e4089e86e8
commit 2194d47782

View File

@ -989,6 +989,7 @@ def __cleanupOptions():
if conf.optimize:
conf.predictOutput = conf.keepAlive = True
conf.nullConnection = not conf.textOnly
conf.threads = 4 if conf.threads < 2 else conf.threads
def __setConfAttributes():
"""