Skip to main content

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

NameTypeDescriptionDefault value
max_keepalive_connectionsIntegerNumber of allowable keep-alive connections20
max_connectionsIntegerMaximum number of allowable connections100
keepalive_expiryFloatTime limit on idle keep-alive connections in seconds5.0