Hi,
we’ve enabled event logging in Realm -> Events -> Config: Save Events ON, Expiration: 365 days
KC executes the following statement every 15 minutes:
delete from EVENT_ENTITY where REALM_ID=:1 and EVENT_TIME<:2
As the table event_entity is quite big, we’d like to reduce the frequency of deletion – so I’d like to ask if there is any possibility to change the execution schedule of deletion?
Thx & br,
Martin