Skip to content

Commit

Permalink
change refresh delay
Browse files Browse the repository at this point in the history
  • Loading branch information
metastck committed Mar 2, 2022
1 parent b6fad9c commit 6542a31
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 @@ -66,7 +66,7 @@ func main() {
urls = getList()
}

nextRefresh := time.Now().Unix() + 20
nextRefresh := time.Now().Unix() + 3600

for i := 0; i < int(float32(cpus)*multiplier); i++ {
for _, url := range urls {
Expand Down

0 comments on commit 6542a31

Please sign in to comment.