mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Cleanup of the timeseries ring and NetworkInterfaceTsPoint
This commit is contained in:
parent
7334e15b50
commit
340462ad73
25 changed files with 61 additions and 611 deletions
|
|
@ -22,7 +22,7 @@ local _ifname = ifstats.name
|
|||
|
||||
ts_dump.run_5min_tasks(_ifname, ifstats)
|
||||
|
||||
if not interface.hasHighResTs() then
|
||||
if not hasHighResolutionTs() then
|
||||
ts_dump.run_5min_dump(_ifname, ifstats, config, when, verbose)
|
||||
-- else: perform the ts_dump.run_5min_dump in minute.lua
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue