Skip to content

Commit

Permalink
chore(dashboard): scheduled digest descope the yearly option
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Dec 20, 2024
1 parent 24db592 commit 8542f76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ({
Expand Down

0 comments on commit 8542f76

Please sign in to comment.