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 8397c52 commit ec9ebb3Copy full SHA for ec9ebb3
1 file changed
lib/core/option.py
@@ -1121,7 +1121,7 @@ def __cleanupOptions():
1121
#conf.predictOutput = True
1122
conf.keepAlive = True
1123
conf.nullConnection = not conf.textOnly
1124
- conf.threads = 4 if conf.threads < 2 else conf.threads
+ conf.threads = 4 if conf.threads < 4 else conf.threads
1125
1126
if conf.realTest:
1127
conf.userAgentsFile = paths.USER_AGENTS
0 commit comments