Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b03a5e8

Browse files
committed
people don't know what's "standard deviation" and they are wrongly connecting it's value in seconds to the --time-sec value
1 parent 94790bf commit b03a5e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/request/connect.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,7 @@ def _randomizeParameter(paramString, randomParameter):
670670
if deviation > WARN_TIME_STDEV:
671671
kb.adjustTimeDelay = False
672672

673-
warnMsg = "there is considerable lagging (standard deviation: "
674-
warnMsg += "%.1f sec%s) " % (deviation, "s" if deviation > 1 else "")
673+
warnMsg = "there is considerable lagging "
675674
warnMsg += "in connection response(s). Please use as high "
676675
warnMsg += "value for --time-sec option as possible (e.g. "
677676
warnMsg += "%d or more)" % (conf.timeSec * 2)

0 commit comments

Comments
 (0)