diff --git a/apps/dashboard/src/components/workflow-editor/steps/digest/period.tsx b/apps/dashboard/src/components/workflow-editor/steps/digest/period.tsx index bcf8be273a9..ea6e1f0c583 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/digest/period.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/digest/period.tsx @@ -8,7 +8,8 @@ const PERIOD_OPTIONS = [ { value: PeriodValues.DAY, label: 'day' }, { value: PeriodValues.WEEK, label: 'week' }, { value: PeriodValues.MONTH, label: 'month' }, - { value: PeriodValues.YEAR, label: 'year' }, + // disable the year option for now as it might affect Redis memory and performance + // { value: PeriodValues.YEAR, label: 'year' }, ]; export const Period = ({