We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d85bd1 commit 76c2cfaCopy full SHA for 76c2cfa
source/reference/create-client.txt
@@ -362,6 +362,11 @@ Ruby Options
362
- ``Object``
363
- none
364
365
+ * - ``:load_balanced``
366
+ - Whether to expect to connect to a load balancer.
367
+ - ``Boolean``
368
+ - false
369
+
370
* - ``:local_threshold``
371
- Specifies the maximum latency in seconds between the nearest
372
server and the servers that can be available for selection to operate on.
@@ -782,6 +787,9 @@ URI options are explained in detail in the :manual:`Connection URI reference
782
787
* - journal=Boolean
783
788
- ``{ :write_concern => { :j => true|false }}``
784
789
790
+ * - loadBalanced=Boolean
791
+ - ``:load_balanced => Boolean``
792
785
793
* - localThresholdMS=Integer
786
794
- ``:local_threshold => Float``
795
0 commit comments