minor "statistical" update

This commit is contained in:
Miroslav Stampar
2011-02-03 16:59:49 +00:00
parent 3bd6e538f8
commit e5f54644f0
2 changed files with 8 additions and 0 deletions

View File

@@ -232,3 +232,6 @@ SENSITIVE_DATA_REGEX = "\s(?P<result>[^\s]*%s[^\s]*)\s"
# Maximum number of threads (avoiding connection issues and/or DoS)
MAX_NUMBER_OF_THREADS = 10
# Minimum range between minimum and maximum of statistical set
MIN_STATISTICAL_RANGE = 0.01