Fix typo to match library default (#1535)
Matches default given at https://github.com/encode/httpx/blob/master/httpx/_config.py#L359
This commit is contained in:
parent
437b55c520
commit
68cf1ff88a
@ -667,7 +667,7 @@ You can control the connection pool size using the `limits` keyword
|
||||
argument on the client. It takes instances of `httpx.Limits` which define:
|
||||
|
||||
- `max_keepalive`, number of allowable keep-alive connections, or `None` to always
|
||||
allow. (Defaults 10)
|
||||
allow. (Defaults 20)
|
||||
- `max_connections`, maximum number of allowable connections, or` None` for no limits.
|
||||
(Default 100)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user