From ff5b260b2d51401f54c1f266576808e3a684d58f Mon Sep 17 00:00:00 2001 From: Max Chadwick Date: Sat, 14 Oct 2017 14:31:38 -0400 Subject: [PATCH] Retain additional cron history by default There's no reason the clear the history out so fast other than to make it impossible to audit, if / when you have an issue. --- app/code/Magento/Cron/etc/cron_groups.xml | 4 ++-- app/code/Magento/Indexer/etc/cron_groups.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/code/Magento/Cron/etc/cron_groups.xml b/app/code/Magento/Cron/etc/cron_groups.xml index d3e091c862531..28a3475f49d1f 100644 --- a/app/code/Magento/Cron/etc/cron_groups.xml +++ b/app/code/Magento/Cron/etc/cron_groups.xml @@ -11,8 +11,8 @@ 20 15 10 - 60 - 600 + 10080 + 10080 0 diff --git a/app/code/Magento/Indexer/etc/cron_groups.xml b/app/code/Magento/Indexer/etc/cron_groups.xml index 8d5309c9657a1..b8d7399dec832 100644 --- a/app/code/Magento/Indexer/etc/cron_groups.xml +++ b/app/code/Magento/Indexer/etc/cron_groups.xml @@ -11,8 +11,8 @@ 4 2 10 - 60 - 600 + 10080 + 10080 1