added keepAlive under -o switch too

This commit is contained in:
Miroslav Stampar 2010-09-16 10:41:52 +00:00
parent 4fd7db52dd
commit 8cf1aa6abe

View File

@ -97,7 +97,7 @@ def start():
return
if conf.optimize:
conf.useCommonPrediction = conf.useNullConnection = True
conf.useCommonPrediction = conf.useNullConnection = conf.keepAlive = True
if conf.smokeTest: