mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
(netflow / flowd aggregation) fix cleanup
This commit is contained in:
parent
1ed6b9986f
commit
b2edba92a4
@ -109,7 +109,7 @@ class BaseFlowAggregator(object):
|
||||
:param days: number of days
|
||||
:return: number of seconds
|
||||
"""
|
||||
return 60*60*24
|
||||
return 60*60*24*days
|
||||
|
||||
def __init__(self, resolution):
|
||||
""" construct new flow sample class
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user