You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pymongo/asynchronous/mongo_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,7 @@ def __init__(
615
615
client to use Stable API. See `versioned API <https://www.mongodb.com/docs/manual/reference/stable-api/#what-is-the-stable-api--and-should-you-use-it->`_ for
616
616
details.
617
617
618
-
| **Overload retry options:**|
618
+
| **Overload retry options:**
619
619
620
620
- `max_adaptive_retries`: (int) How many retries to allow for overload errors. Defaults to ``2``.
621
621
- `enable_overload_retargeting`: (boolean) Whether overload retargeting is enabled for this client.
Copy file name to clipboardExpand all lines: pymongo/synchronous/mongo_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,7 @@ def __init__(
615
615
client to use Stable API. See `versioned API <https://www.mongodb.com/docs/manual/reference/stable-api/#what-is-the-stable-api--and-should-you-use-it->`_ for
616
616
details.
617
617
618
-
| **Overload retry options:**|
618
+
| **Overload retry options:**
619
619
620
620
- `max_adaptive_retries`: (int) How many retries to allow for overload errors. Defaults to ``2``.
621
621
- `enable_overload_retargeting`: (boolean) Whether overload retargeting is enabled for this client.
0 commit comments