Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4089e8 commit 2194d47Copy full SHA for 2194d47
1 file changed
lib/core/option.py
@@ -989,6 +989,7 @@ def __cleanupOptions():
989
if conf.optimize:
990
conf.predictOutput = conf.keepAlive = True
991
conf.nullConnection = not conf.textOnly
992
+ conf.threads = 4 if conf.threads < 2 else conf.threads
993
994
def __setConfAttributes():
995
"""
0 commit comments