Skip to content

Commit

Permalink
Decrease the interval from 6h to 4h
Browse files Browse the repository at this point in the history
  • Loading branch information
bezmoradi committed Jan 23, 2024
1 parent 8fa778b commit a82022b
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 6h", func() {
c.AddFunc("@every 4h", func() {
contents := getRandomContents(int(count))

if len(contents) == 0 {
Expand Down

0 comments on commit a82022b

Please sign in to comment.