lowering constant value from 10 to 7 for da peace in da houz

This commit is contained in:
Miroslav Stampar 2011-08-12 17:19:19 +00:00
parent 702ed73a65
commit df4abf1af1

View File

@ -66,7 +66,7 @@ CONCAT_ROW_DELIMITER = ','
CONCAT_VALUE_DELIMITER = '|'
# coefficient used for a time-based query delay checking (must be >= 7)
TIME_STDEV_COEFF = 10
TIME_STDEV_COEFF = 7
# standard deviation after which a warning message should be displayed about connection lags
WARN_TIME_STDEV = 0.5