od-database-crawler/config.yml
2018-10-28 14:19:09 +01:00

25 lines
476 B
YAML

# OD-Database server settings
server:
# Connection URL
url: localhost:6969
# Server auth token
token:
# Log output settings
output:
# Statistics printing interval
stats_interval: 1s
# More output? (Every listed dir)
verbose: false
# Crawler settings
crawl:
# Number of sites that can be
# processed at once
tasks: 3
# Number of connections per site
connections: 2
# How often to retry getting data
# from the site before giving up
retries: 5