mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
(netflow, flowd agg) set FlowSourceAddrDetails to max 62 days
This commit is contained in:
parent
8adc1d83bf
commit
3ee2d30366
@ -89,7 +89,7 @@ class FlowSourceAddrDetails(BaseFlowAggregator):
|
||||
"""
|
||||
:return: dict sample resolution / expire time (seconds)
|
||||
"""
|
||||
return {86400: cls.seconds_per_day(365)}
|
||||
return {86400: cls.seconds_per_day(62)}
|
||||
|
||||
def __init__(self, resolution):
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user