Skip to content

Commit

Permalink
Fix typo to match library default (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Mar 25, 2021
1 parent 437b55c commit 68cf1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Expand Up @@ -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)

Expand Down

0 comments on commit 68cf1ff

Please sign in to comment.