-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.c: PerformanceFor when we could improve the performance / speed of Matomo.For when we could improve the performance / speed of Matomo.
Milestone
Description
Instead of running it with every raw/log data delete which is currently configured through delete_logs_schedule_lowest_interval
. Deleting unused actions can take a while and even block tracking.
Lets make it a separate task and run it once monthly, or delete_logs_schedule_lowest_interval
which ever value is HIGHER. We simply make it $this->monthly()
in Task
for this new task.
Metadata
Metadata
Assignees
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.c: PerformanceFor when we could improve the performance / speed of Matomo.For when we could improve the performance / speed of Matomo.