Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KranjQ committed Dec 15, 2024
1 parent 8fb6474 commit 56f52a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func main() {
}
}()
stopRefresh := make(chan bool)
refreshTicker := time.NewTicker(15 * time.Second)
refreshTicker := time.NewTicker(30 * time.Second)
defer refreshTicker.Stop()

go RefreshDailyLikes(ctx, paymentsClient, refreshTicker, stopRefresh)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56f52a3

Please sign in to comment.