]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix typo to match library default (#1535)
authorLouis Maddox <lmmx@users.noreply.github.com>
Thu, 25 Mar 2021 11:03:47 +0000 (11:03 +0000)
committerGitHub <noreply@github.com>
Thu, 25 Mar 2021 11:03:47 +0000 (11:03 +0000)
Matches default given at https://github.com/encode/httpx/blob/master/httpx/_config.py#L359

docs/advanced.md

index 0b31b47855f30c31e19d191f701d50a70767523b..07ca28a3f7cd8f1dd038494900d953fa14e7b7a4 100644 (file)
@@ -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)