From 8609e0e472bc6789e064f39390a323204811bdf5 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 a72bd6fdac10c..a01426eab723e 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 ad1513abe69ad..7afabee1949c0 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