tc_actions table

Deborah2 days ago

hello,

I see that in traccar 6.7.1 the login/report logs are written in tc_actions
Having home assistant reading every 30 seconds from traccar, this table will increase in size very quickly.

Is there a rotation policy in place?
If I periodically do a TRUNCATE TABLE will I create problems?

Thanks in advance

Anton Tananaev2 days ago

What is it reading?

Deborah2 days ago
Anton Tananaev2 days ago

It looks like it repeatedly requests events report, which is definitely a misuse of the API.

To answer your original question, there's no rotation in place, but truncating the table shouldn't be a problem. For now it's just a log that is never read from by Traccar.