Skip to content

Commit

Permalink
Increase polling interval (#97)
Browse files Browse the repository at this point in the history
* Increase polling interval

* Update main.go

---------

Co-authored-by: Olivér Falvai <ofalvai@gmail.com>
  • Loading branch information
trapacska and ofalvai committed May 31, 2024
1 parent 8901a7f commit f6fabdd
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 @@ -203,7 +203,7 @@ func main() {
}
}
if !finished {
time.Sleep(5 * time.Second)
time.Sleep(10 * time.Second)
}
}
}
Expand Down

0 comments on commit f6fabdd

Please sign in to comment.