Skip to content

Commit

Permalink
Default should be once per minute
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed Dec 12, 2017
1 parent 05afda1 commit effca04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ void read_FTLconf(void)
// DBINTERVAL
// How often do we store queries in FTL's database [minutes]?
// this value can be a floating point number, e.g. "DBINTERVAL=0.5"
// defaults to: 1 (once per minute)
config.DBinterval = 1;
// defaults to: once per minute
config.DBinterval = 60;
buffer = parse_FTLconf(fp, "DBINTERVAL");

float fvalue = 0;
Expand Down

0 comments on commit effca04

Please sign in to comment.