Skip to content

Commit

Permalink
add more delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 31, 2024
1 parent 294e5c4 commit 0617ecb
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 @@ -72,7 +72,7 @@ func main() {
updateStates()

go func() {
ticker := time.NewTicker(1 * time.Minute)
ticker := time.NewTicker(5 * time.Minute)
defer ticker.Stop()

for range ticker.C {
Expand Down

0 comments on commit 0617ecb

Please sign in to comment.