perf: 🔧 Temporarily disable scheduled tasks that are too far away

This commit is contained in:
viarotel 2024-10-29 09:14:56 +08:00
parent cc1d7c5cc4
commit be5e6396e1

View File

@ -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',