Skip to content

Commit

Permalink
perf: 🔧 Temporarily disable scheduled tasks that are too far away
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 29, 2024
1 parent cc1d7c5 commit be5e639
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/dicts/tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ export const timerType = [
]

export const timeUnit = [
{
label: 'time.unit.month',
value: 'month',
},
{
label: 'time.unit.week',
value: 'week',
},
// {
// label: 'time.unit.month',
// value: 'month',
// },
// {
// label: 'time.unit.week',
// value: 'week',
// },
{
label: 'time.unit.day',
value: 'day',
Expand Down

0 comments on commit be5e639

Please sign in to comment.