From bdbbb04bd118bb91d5e215dcd7f7f82219e8f79c Mon Sep 17 00:00:00 2001 From: dcid Date: Wed, 9 Mar 2016 00:41:20 +0000 Subject: [PATCH] Merging changes to stats, so the new defaults can be used. --- src/analysisd/stats.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/analysisd/stats.c b/src/analysisd/stats.c index f0b837f75..0c16a5cd4 100644 --- a/src/analysisd/stats.c +++ b/src/analysisd/stats.c @@ -313,15 +313,15 @@ int Start_Hour() /* Get maximum/minimum diffs */ maxdiff = getDefine_Int("analysisd", "stats_maxdiff", - 10, 99999); + 10, 999999); mindiff = getDefine_Int("analysisd", "stats_mindiff", - 10, 99999); + 10, 999999); percent_diff = getDefine_Int("analysisd", "stats_percent_diff", - 5, 999); + 5, 9999); /* Last three messages * They are used to keep track of the last