Skip to content

Commit

Permalink
0 1,6 * * *
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed May 6, 2024
1 parent 2e647d5 commit b696c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/routes/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ router.get('/api', (req, res) => res.render('api.ejs', { version }));

router.get('/update-frequency', (req, res) => {
const github = parser.parseExpression('0 */2 * * *', tz);
const remote = parser.parseExpression('0 0,6 * * *', tz);
const remote = parser.parseExpression('0 1,6 * * *', tz);

res.render('update-frequency.ejs', { cron: { github: github.next().toISOString(), remote: remote.next().toISOString() }, version });
});
Expand Down

0 comments on commit b696c80

Please sign in to comment.