Skip to content

Commit 1575360

Browse files
Fix limit docs (#8930)
1 parent ce9c4eb commit 1575360

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/client_reference.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ is controlled by *force_close* constructor's parameter).
974974
flag.
975975

976976
:param int limit: total number simultaneous connections. If *limit* is
977-
``None`` the connector has no limit (default: 100).
977+
``0`` the connector has no limit (default: 100).
978978

979979
:param int limit_per_host: limit simultaneous connections to the same
980980
endpoint. Endpoints are the same if they are
@@ -1019,7 +1019,7 @@ is controlled by *force_close* constructor's parameter).
10191019
Endpoints are the same if they are have equal ``(host, port,
10201020
is_ssl)`` triple.
10211021

1022-
If *limit_per_host* is ``None`` the connector has no limit per host.
1022+
If *limit_per_host* is ``0`` the connector has no limit per host.
10231023

10241024
Read-only property.
10251025

@@ -1114,7 +1114,7 @@ is controlled by *force_close* constructor's parameter).
11141114
updated refreshing each entry after N seconds.
11151115

11161116
:param int limit: total number simultaneous connections. If *limit* is
1117-
``None`` the connector has no limit (default: 100).
1117+
``0`` the connector has no limit (default: 100).
11181118

11191119
:param int limit_per_host: limit simultaneous connections to the same
11201120
endpoint. Endpoints are the same if they are

0 commit comments

Comments
 (0)