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
1 changed files with 1 additions and 1 deletions

View File

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