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 94790bf commit b03a5e8Copy full SHA for b03a5e8
1 file changed
lib/request/connect.py
@@ -670,8 +670,7 @@ def _randomizeParameter(paramString, randomParameter):
670
if deviation > WARN_TIME_STDEV:
671
kb.adjustTimeDelay = False
672
673
- warnMsg = "there is considerable lagging (standard deviation: "
674
- warnMsg += "%.1f sec%s) " % (deviation, "s" if deviation > 1 else "")
+ warnMsg = "there is considerable lagging "
675
warnMsg += "in connection response(s). Please use as high "
676
warnMsg += "value for --time-sec option as possible (e.g. "
677
warnMsg += "%d or more)" % (conf.timeSec * 2)
0 commit comments