01-26-2017 11:57 AM
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!
01-26-2017 01:23 PM
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).
11-13-2018 05:13 AM
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
11-14-2018 04:04 AM
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).
Explore our Alfresco products with the links below. Use labels to filter content by product module.