Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

It is not meant for your use case. It should not affect proxy IPs in any way.

CONCURRENT_REQUESTS_PER_IP is a barely used and barely supported alternative to CONCURRENT_REQUESTS_PER_DOMAIN.

It is meant for a scenario where you might target 2 or more domains that actually have the same IP address, and you don’t want to send too many requests to them.

Let’s say you have a spider targeting these domains @ IPs:

a.example @ 203.0.113.1
b.example @ 203.0.113.1
c.example @ 203.0.113.2

a.example and b.example are different domains but point to the same IP address, which usually means the same server (well, it always means the same server, but it could be a lightweight reverse proxy for multiple …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Gallaecio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants