File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments