diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-13 13:26:10 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-13 13:26:10 +0100 |
commit | 00f4e2272b606e366153f05b388f41b2a6f6aeb7 (patch) | |
tree | f83e5852705bee0f8507e1e75c0cc967b0f41112 | |
parent | bad8d2dcd2ee934ba88163af546e1997413a4556 (diff) |
fixed so timebins are 5min big
-rw-r--r-- | pmacct/pmacctd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pmacct/pmacctd.conf b/pmacct/pmacctd.conf index 9dcb1e7..8127315 100644 --- a/pmacct/pmacctd.conf +++ b/pmacct/pmacctd.conf @@ -18,8 +18,8 @@ sql_passwd: arealsmartpwd sql_user: pmacct sql_refresh_time: 90 sql_optimize_clauses: true -sql_history: 1m -sql_history_roundoff: mh +sql_history: 5m +sql_history_roundoff: m ! sql_preprocess: qnum=1000, minp=5 ! ! networks_file: ./networks.example |