mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixes period of aggregation for aggregated flows
This commit is contained in:
parent
65ab40c339
commit
98155651f2
1 changed files with 1 additions and 1 deletions
|
|
@ -852,7 +852,7 @@
|
|||
#define NO_HOST_POOL_ID 0
|
||||
/* Flow aggregation duration is expressed in housekeeping periods. If housekeeping frequency
|
||||
is 5 secs, a flow aggregation duration of 12 equals to 1 minute. */
|
||||
#define FLOW_AGGREGATION_DURATION 1 * 5 /* 1 minute * 5 = 5 minutes */
|
||||
#define FLOW_AGGREGATION_DURATION 60
|
||||
#define FLOW_AGGREGATION_MAX_AGGREGATES 1000
|
||||
|
||||
#ifdef DONT_USE_LUAJIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue