Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/mongo/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def hash
# @option options [ true | false ] :enable_overload_retargeting Whether
# the driver deprioritizes a server that returns an overload error,
# reducing the likelihood of retrying on the same overloaded server.
# This option works with MongoDB Server Version 9.0 and above.
# This option works with MongoDB Atlas Server Version 9.0 and above.
# Default: false.
# @option options [ Float ] :heartbeat_frequency The interval, in seconds,
# for the server monitor to refresh its description via hello.
Expand All @@ -284,7 +284,7 @@ def hash
# version of the driver.
# @option options [ Integer ] :max_adaptive_retries The maximum number of
# retries to attempt when the driver encounters overload errors. This
# option works with MongoDB Server Version 9.0 and above. Default: 2.
# option works with MongoDB Atlas Server Version 9.0 and above. Default: 2.
# @option options [ Integer ] :max_connecting The maximum number of
# connections that can be connecting simultaneously. The default is 2.
# This option should be increased if there are many threads that share
Expand Down
Loading