Skip to content

Commit

Permalink
Merge pull request #768 from dcid/master
Browse files Browse the repository at this point in the history
Merging changes to stats, so the new defaults can be used.
  • Loading branch information
ddpbsd committed Mar 9, 2016
2 parents 4b4569a + bdbbb04 commit 330740d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/analysisd/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 330740d

Please sign in to comment.