From 7a060e756d4e7f47ee0180e5160d5d2894dbc6c7 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 19 Jan 2011 23:16:22 +0000 Subject: [PATCH] dummy fix for SQLite schema retrieval (lots of spaces inside) --- 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 7764725c9..b20b75f43 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -74,7 +74,7 @@ METADB_SUFFIX = "_masterdb" MIN_TIME_RESPONSES = 15 # after these number of blanks at the end inference should stop (just in case) -INFERENCE_BLANK_BREAK = 10 +INFERENCE_BLANK_BREAK = 15 # use this replacement character for cases when inference is not able to retrieve the proper character value INFERENCE_UNKNOWN_CHAR = '?'