Skip to content

Commit

Permalink
Merging changes to stats, so the new defaults can be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcid committed Mar 9, 2016
1 parent 155c089 commit bdbbb04
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 bdbbb04

Please sign in to comment.