diff --git a/scripts/test_urls.py b/scripts/test_urls.py index 41f6a02c61bfe89e29eef40e152d95c0c7e8aa3f..ca5f17ac4a1dd832e9475b42b9c23ba0235a1574 100755 --- a/scripts/test_urls.py +++ b/scripts/test_urls.py @@ -85,7 +85,7 @@ headers={ } session = requests.Session() -adapter = requests.adapters.HTTPAdapter(max_retries=3, pool_block=True) +adapter = requests.adapters.HTTPAdapter(max_retries=3, pool_block=True, pool_connections=PARALLEL) session.mount('http://', adapter) session.mount('https://', adapter)