zecure/shadowd

cleanup requests frequently

markuman opened this issue · 1 comments

I wonder if the requests table is cleaned up automatically from time to time or if it grows to the infinity?

It is not cleaned up automatically but there is a command to clean it up in the UI. It can be executed for example as a cron job:

app/console swd:clean -t '-1 year'

This would remove all logged requests that are older than one year.