change concurrent requests
This commit is contained in:
parent
02dc251038
commit
311173890c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ data:
|
|||
# Scrapy Settings
|
||||
LOG_LEVEL: "INFO"
|
||||
USER_AGENT: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15"
|
||||
CONCURRENT_REQUESTS: "100"
|
||||
CONCURRENT_REQUESTS: "20"
|
||||
# Proxy Endpoint (The URL part only)
|
||||
PROXY_ENDPOINT: "45.131.211.104:80"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue