From ee7936eb6298018068049f0ef2a4d022dcf6e942 Mon Sep 17 00:00:00 2001 From: ainaraRT Date: Tue, 14 Jan 2025 12:41:16 +0000 Subject: [PATCH] Tracker prune interval for the Scheduler --- config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.php b/config.php index f5fc78e22ed..e7c1964b767 100644 --- a/config.php +++ b/config.php @@ -595,4 +595,10 @@ // https://github.com/SinergiaTIC/SinergiaCRM/pull/394 'show_tasks_as_events' => true, // END STIC + + // STIC Custom 20241016 ART - Tracker prune interval for the Scheduler + // https://github.com/SinergiaTIC/SinergiaCRM/pull/211 + // Delete from the tracker table the records of the days prior to the ones configured in config + 'tracker_prune_interval' => 90, + // END STIC Custom );