You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gave a list of about 300 proxies but set CONCURRENT_REQUESTS = 64. Still it seems that crawling is very slow (like 1 page every few seconds on average), much slower than not using any proxy at all. Of course DOWNLOAD_DELAY is low.
Looking at it, it seems that people should usually also increase CONCURRENT_REQUESTS_PER_DOMAIN in these cases (i.e. with a list of many possibly bad proxies), but even then it's still pretty slow.
The text was updated successfully, but these errors were encountered:
I gave a list of about 300 proxies but set
CONCURRENT_REQUESTS = 64
. Still it seems that crawling is very slow (like 1 page every few seconds on average), much slower than not using any proxy at all. Of courseDOWNLOAD_DELAY
is low.Looking at it, it seems that people should usually also increase
CONCURRENT_REQUESTS_PER_DOMAIN
in these cases (i.e. with a list of many possibly bad proxies), but even then it's still pretty slow.The text was updated successfully, but these errors were encountered: