Skip to content

Commit

Permalink
Updated request interval to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Dec 27, 2022
1 parent 7be6be2 commit aa5341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/crawlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const RequestTimeout = 5 * time.Minute
const RequestInterval = 3 * time.Second
const RequestInterval = 1 * time.Second

// NewQueue creates the Colly Request Queue based on my needs.
// TODO: add a rate limiter.
Expand Down

0 comments on commit aa5341f

Please sign in to comment.