HTTP pool limit
With the pool limit object, you can control the size of the connection pool.
We use the Limits from the httpx library as the value.
Fields
| Name | Type | Description | Default value | 
|---|---|---|---|
| max_keepalive_connections | Integer | Number of allowable keep-alive connections | 20 | 
| max_connections | Integer | Maximum number of allowable connections | 100 | 
| keepalive_expiry | Float | Time limit on idle keep-alive connections in seconds | 5.0 |