Hello, I am testing 6.14.2 on my test environment before updating prod, and I've found that devices show "online" indefinitely on this latest version. I've previously left the default setting of 10 mins, after which the status used to show something like "12 minutes ago", but this does not happen on 6.14.2. I've tried introducing <entry key='status.timeout'>300</entry> in the traccar.xml but it makes no difference. Is this a bug or me missing a new config?
That's only needed for events, not for status updates.
My mistake. I over read the question.
We encountered the same issue. comparing same time on test and production environment (my devices can send data to two servers simultaneously.), the server test v6.14.2 did not enter the "unknown" stage after ignition off. still online but sometime offline.
Production (V6.12):

Test server (V6.14.2):

Hello, I am testing 6.14.2 on my test environment before updating prod, and I've found that devices show "online" indefinitely on this latest version. I've previously left the default setting of 10 mins, after which the status used to show something like "12 minutes ago", but this does not happen on 6.14.2. I've tried introducing
<entry key='status.timeout'>300</entry>in the traccar.xml but it makes no difference. Is this a bug or me missing a new config?