tiny winy update

This commit is contained in:
Miroslav Stampar 2010-11-07 09:00:45 +00:00
parent 2b8c942b4a
commit afba26a53f

View File

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