Raising number of minimum time responses (15 is statistically too low)

This commit is contained in:
Miroslav Stampar 2014-03-03 20:49:58 +01:00
parent 1d7e804c1d
commit 490d51258e

View File

@ -106,7 +106,7 @@ MAX_BUFFERED_PARTIAL_UNION_LENGTH = 1024
METADB_SUFFIX = "_masterdb"
# Minimum time response set needed for time-comparison based on standard deviation
MIN_TIME_RESPONSES = 15
MIN_TIME_RESPONSES = 30
# Minimum comparison ratio set needed for searching valid union column number based on standard deviation
MIN_UNION_RESPONSES = 5