people don't know what's "standard deviation" and they are wrongly connecting it's value in seconds to the --time-sec value

This commit is contained in:
Miroslav Stampar 2011-12-01 13:30:47 +00:00
parent 94790bf08a
commit b03a5e8928

View File

@ -670,8 +670,7 @@ class Connect:
if deviation > WARN_TIME_STDEV:
kb.adjustTimeDelay = False
warnMsg = "there is considerable lagging (standard deviation: "
warnMsg += "%.1f sec%s) " % (deviation, "s" if deviation > 1 else "")
warnMsg = "there is considerable lagging "
warnMsg += "in connection response(s). Please use as high "
warnMsg += "value for --time-sec option as possible (e.g. "
warnMsg += "%d or more)" % (conf.timeSec * 2)