Update config.yml

This commit is contained in:
Richard Patel 2018-11-17 04:19:04 +01:00
parent d596882b40
commit 7fdffff58f
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB

View File

@ -16,13 +16,18 @@ output:
# Crawler settings
crawl:
# Number of sites that can be
# processed at once
tasks: 300
# Number of sites that can be processed at once
tasks: 100
# 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
# from the site before giving up
retries: 5
# Time before discarding a network request
timeout: 10s