Skip to content

Commit

Permalink
fix: rSS 轮询时间最小值改为 5 分钟
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Jun 9, 2024
1 parent 914f2d4 commit e61f9ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constant/rss-cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ export const RssCron = {
// label: '自定义时间',
// cron: '',
// },
EVERY_5_MINUTES: {
label: '每5分钟',
cron: '0 */5 * * * *',
},
EVERY_10_MINUTES: {
label: '每10分钟',
cron: '0 */10 * * * *',
Expand Down

0 comments on commit e61f9ae

Please sign in to comment.