Trafic flow takes many time to send information

I have configured trafic flow in the following way:
/ip traffic-flow> print
enabled: yes
interfaces: all
cache-entries: 256k
active-flow-timeout: 30m
inactive-flow-timeout: 15s

/ip traffic-flow target> print
Flags: X - disabled

SRC-ADDRESS DST-ADDRESS PORT VERSION

0 0.0.0.0 192.168.19.189 9000 9
I Use this collector: GitHub - bitkeks/python-netflow-v9-softflowd: PyPI "netflow" package. NetFlow v9 parser, collector and analyzer implemented in Python 3. Developed and tested with softflowd

But I have noticed that the first time that traffic flow sends information, it sends about 3 requests every 1 second, after 1 hour it sends information every 4 seconds.


How often Traffic flow send information to the collector?

Thanks.

Hey

it's in config

if connection remains active, send every 30m

active-flow-timeout: 30m

if connection terminates, send after 15s

inactive-flow-timeout: 15s

Answser: set active to lower value you wish to have, ex every minute