Comment 1 for bug 1671949

Revision history for this message
Timur Alperovich (timur-alperovich) wrote :

In addition to documentation, python-swiftclient should probably expose the pool_connections option (and the max_pool_size) of the HTTPAdapter used by default in requests (http://docs.python-requests.org/en/master/user/advanced/).

To answer the bug's query, requests uses an HTTPAdapter by default with a pool of 10 connections.