Commit 3ee2d303 authored by Ad Schellevis's avatar Ad Schellevis

(netflow, flowd agg) set FlowSourceAddrDetails to max 62 days

parent 8adc1d83
......@@ -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):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment