mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-19 18:36:43 +00:00
Update config.yml
This commit is contained in:
parent
d596882b40
commit
7fdffff58f
13
config.yml
13
config.yml
@ -16,13 +16,18 @@ output:
|
|||||||
|
|
||||||
# Crawler settings
|
# Crawler settings
|
||||||
crawl:
|
crawl:
|
||||||
# Number of sites that can be
|
# Number of sites that can be processed at once
|
||||||
# processed at once
|
tasks: 100
|
||||||
tasks: 300
|
|
||||||
# Number of connections per site
|
# Number of connections per site
|
||||||
connections: 20
|
# Please be careful with this setting!
|
||||||
|
# The crawler fires fast and more than
|
||||||
|
# ten connections can overwhelm a server.
|
||||||
|
connections: 10
|
||||||
|
|
||||||
# How often to retry getting data
|
# How often to retry getting data
|
||||||
# from the site before giving up
|
# from the site before giving up
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
# Time before discarding a network request
|
# Time before discarding a network request
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user