Skip to content

Commit aa5341f

Browse files
committed
Updated request interval to 1 second
1 parent 7be6be2 commit aa5341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/crawlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const RequestTimeout = 5 * time.Minute
16-
const RequestInterval = 3 * time.Second
16+
const RequestInterval = 1 * time.Second
1717

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

0 commit comments

Comments
 (0)