Reduce concurrency to reduce variance in timing results

This commit is contained in:
Marian Steinbach 2018-04-03 23:25:14 +02:00
parent b3da3ccc12
commit fb634fc1f3

View file

@ -17,7 +17,7 @@ import json
# configuration # configuration
# number of parallel processes to use for crawling # number of parallel processes to use for crawling
concurrency = 6 concurrency = 4
# connection timeout for website checks (seconds) # connection timeout for website checks (seconds)
connect_timeout = 5 connect_timeout = 5