Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
5 min check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Feb 4, 2021
1 parent a6f68c4 commit ddfbea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
}
log.SetFormatter(Formatter)
c := cron.New()
_, _ = c.AddFunc("*/15 * * * *", scheduler)
_, _ = c.AddFunc("*/5 * * * *", scheduler)
c.Start()
// toilet KeepMe.Run -f smblock
banner := fmt.Sprintf(`
Expand Down

0 comments on commit ddfbea6

Please sign in to comment.