Currently we are using Version 7.4. We know it is very old and we working on a migration options to the latest. I the mean time we have a problem. The CRM system seems to timeout very often, very slow and sometimes is unable to allocate PHP Memory chunks. We have conducted an analysis on the performance and identified corrective and fine tuning steps. One of the contributed we found appears to be the cleanup job. I have set the scheduled "clean up" to June and December. I also want to selective skip cleanup of certain parts. What is the setting to skip/stop. Currently the setting in config is:
'cleanupJobPeriod' => '1 month',
'cleanupActionHistoryPeriod' => '15 days',
'cleanupDeletedRecordsPeriod' => '1 day',
'cleanupAuthTokenPeriod' => '1 month',
'noteDeleteThresholdPeriod' => '1 month',
'noteEditThresholdPeriod' => '7 days',
nth',
'cleanupJobPeriod' => '1 month',
'cleanupActionHistoryPeriod' => '15 days',
'cleanupDeletedRecordsPeriod' => '1 day',
'cleanupAuthTokenPeriod' => '1 month',
'noteDeleteThresholdPeriod' => '1 month',
'noteEditThresholdPeriod' => '7 days',
nth',

Comment