update arg name to max_keepalive_connections (#1309)
The old name `max_keepalive` was removed recently, so this updates the docs.
This commit is contained in:
parent
27e67b32e9
commit
257b8fab6a
@ -669,7 +669,7 @@ allow. (Defaults 10)
|
||||
|
||||
|
||||
```python
|
||||
limits = httpx.Limits(max_keepalive=5, max_connections=10)
|
||||
limits = httpx.Limits(max_keepalive_connections=5, max_connections=10)
|
||||
client = httpx.Client(limits=limits)
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user