Skip to content

Commit

Permalink
Change cron from every 4h to 6h
Browse files Browse the repository at this point in the history
  • Loading branch information
bezmoradi committed Jan 28, 2024
1 parent a82022b commit e32fb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/cronjob-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func HandleCron() {
cron.WithLocation(location),
)

c.AddFunc("@every 4h", func() {
c.AddFunc("@every 6h", func() {
contents := getRandomContents(int(count))

if len(contents) == 0 {
Expand Down

0 comments on commit e32fb9e

Please sign in to comment.