Best practice for filtering position update in a short time.

jcorreajr4 years ago

Some devices using traccar update position every 10 seconds and sometimes less.
To not insert these positions into the database, I can use the following options:

<entry key = 'filter.distance'> 10 </entry>
<entry key = 'filter.skipLimit'> 600 </entry>

I believe this is the best option, but in this case is the "filter.future" option also ignored?

jcorreajr4 years ago

I noticed that the option "skipLimit" affects the option "filter.future", I am having the registration of positions with future dates after activating "skipLimit".
Does anyone know which best practice for filtering position update in a short time?