RUBY-316
This commit is contained in:
parent
834b0db0af
commit
1e951d6734
@ -53,6 +53,7 @@ module Mongo
|
|||||||
# Disabled by default.
|
# Disabled by default.
|
||||||
# @option opts [Float] :connect_timeout (nil) The number of seconds to wait before timing out a
|
# @option opts [Float] :connect_timeout (nil) The number of seconds to wait before timing out a
|
||||||
# connection attempt.
|
# connection attempt.
|
||||||
|
# @option opts [Boolean] :ssl (false) If true, create the connection to the server using SSL.
|
||||||
# @option opts [Boolean] :auto_refresh (false) Set this to true to enable a background thread that
|
# @option opts [Boolean] :auto_refresh (false) Set this to true to enable a background thread that
|
||||||
# periodically updates the state of the connection. If, for example, you initially connect while a secondary
|
# periodically updates the state of the connection. If, for example, you initially connect while a secondary
|
||||||
# is down, :auto_refresh will reconnect to that secondary behind the scenes to
|
# is down, :auto_refresh will reconnect to that secondary behind the scenes to
|
||||||
|
Loading…
Reference in New Issue
Block a user