cancel
Showing results for 
Search instead for 
Did you mean: 

Alf_audit_entry and alf_activity_feed limit

joseph
Confirmed Champ
Confirmed Champ

Hi,

I want to know what is the max number of registers that the alf_audit_entry table and the alf_activity_feed table can have by default and if there is a way to change this limit.

Thanks in advance!

3 REPLIES 3

afaust
Legendary Innovator
Legendary Innovator

There is no limit - predefined or configurable. Both tables will grow as long as you trigger events for data to be collected. The alf_activitiy_feed table may have data removed after a certain amount of time has passed (entries older than X days) while the alf_audit_entry table will only have data removed when entries are cleared via API (no automatic removal).

thanachit
Champ in-the-making
Champ in-the-making

Hi,Axel

If I need to save all record all the time in alf_activitiy_feed table. So How to config alf_activitiy_feed table, disable  something to have data removed after a certain amount of time has passed.

 

 

thanks in advance for your help

afaust
Legendary Innovator
Legendary Innovator

You could "disable" the cleaner by setting a CRON expression that effectively will never trigger the cleaner (activities.feed.cleaner.cronExpression). Or change the max allowed age of the feed (activities.feed.max.ageMins).