From df4abf1af1dcde762f0bb22734eee04ed665e070 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 12 Aug 2011 17:19:19 +0000 Subject: [PATCH] lowering constant value from 10 to 7 for da peace in da houz --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 2482182a7..8fa1a1325 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -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