From 04caef6de029390255ee752afa579edf57b24cc3 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 13 Dec 2010 23:04:26 +0000 Subject: [PATCH] Tuning --- lib/core/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index e8aaa819c..8515baa7a 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -53,10 +53,10 @@ CHAR_INFERENCE_MARK = "%c" METADB_SUFFIX = "_masterdb" # minimum time response set needed for time-comparison based on standard deviation -MIN_TIME_RESPONSES = 10 +MIN_TIME_RESPONSES = 15 # after these number of blanks at the end inference should stop (just in case) -INFERENCE_BLANK_BREAK = 20 +INFERENCE_BLANK_BREAK = 10 # System variables IS_WIN = subprocess.mswindows