diff --git a/reference/mongo/mongoclient/construct.xml b/reference/mongo/mongoclient/construct.xml index 23a37cd503..184c9445a0 100644 --- a/reference/mongo/mongoclient/construct.xml +++ b/reference/mongo/mongoclient/construct.xml @@ -102,6 +102,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db + + + "connectTimeoutMS" + + + How long a connection can take to be opened before timing out. + + "db" @@ -167,22 +175,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db See the replica set example below for details. - - - "connectTimeoutMS" - - - How long a connection can take to be opened before timing out. - - - - - "timeout" - - - Deprecated alias for "connectTimeoutMS" - - "socketTimeoutMS" @@ -198,6 +190,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db + + + "timeout" + + + Deprecated alias for "connectTimeoutMS" + + "username"