| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
`urllib3`'s `PoolManager` and `ConnectionPool` provide useful settings like `tiemout` and `retries`. This allows users to pass a dictionary of kwargs to `ApiClient`, which will get passed to the `PoolManager`, which will then pass along any extra kwargs to the `ConnectionPool`, allowing for advanced configuration.
| Back | FazBrowse Home | New Git URL |
urllib3's PoolManager and ConnectionPool provide useful settings like tiemout and retries. This allows users to pass a dictionary of kwargs to ApiClient, which will get passed to the PoolManager, which will then pass along any extra kwargs to the ConnectionPool, allowing for advanced configuration.
My goal is to be able to configure the underlying ConnectionPool to be able to handle some recent network issues that we have been having.