@@ -131,13 +131,13 @@ Timeout Options
131
131
132
132
* - :manual:`connectTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.connecttimeoutms>`
133
133
- | **Data Type**: {+int-data-type+}
134
- | **MongoDB\\Client Example**: ``$uriOptions = ['connectTimeoutMS' => 20000 ];``
135
- | **Connection URI Example**: ``connectTimeoutMS=20000 ``
134
+ | **MongoDB\\Client Example**: ``$uriOptions = ['connectTimeoutMS' => 2000 ];``
135
+ | **Connection URI Example**: ``connectTimeoutMS=2000 ``
136
136
137
137
* - :manual:`socketTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.sockettimeoutms>`
138
138
- | **Data Type**: {+int-data-type+}
139
- | **MongoDB\\Client Example**: ``$uriOptions = ['socketTimeoutMS' => 400000 ];``
140
- | **Connection URI Example**: ``socketTimeoutMS=400000 ``
139
+ | **MongoDB\\Client Example**: ``$uriOptions = ['socketTimeoutMS' => 20000 ];``
140
+ | **Connection URI Example**: ``socketTimeoutMS=20000 ``
141
141
142
142
.. _php-compression-options:
143
143
@@ -262,7 +262,7 @@ Server Selection and Discovery Options
262
262
* - :manual:`serverSelectionTimeoutMS </reference/connection-string-options/#mongodb-urioption-urioption.serverselectiontimeoutms>`
263
263
- | **Data Type**: {+int-data-type+}
264
264
| **MongoDB\\Client Example**: ``$uriOptions = ['serverSelectionTimeoutMS' => 5000];``
265
- | **Connection URI Example**: ``serverSelectionTimeoutMS=40000 ``
265
+ | **Connection URI Example**: ``serverSelectionTimeoutMS=5000 ``
266
266
267
267
* - :manual:`serverSelectionTryOnce </reference/connection-string-options/#mongodb-urioption-urioption.serverselectiontryonce>`
268
268
- | **Data Type**: {+bool-data-type+}
@@ -271,8 +271,8 @@ Server Selection and Discovery Options
271
271
272
272
* - :manual:`heartbeatFrequencyMS </reference/connection-string-options/#mongodb-urioption-urioption.heartbeatfrequencyms>`
273
273
- | **Data Type**: {+int-data-type+}
274
- | **MongoDB\\Client Example**: ``$uriOptions = ['heartbeatFrequencyMS' => 50000 ];``
275
- | **Connection URI Example**: ``heartbeatFrequencyMS=50000 ``
274
+ | **MongoDB\\Client Example**: ``$uriOptions = ['heartbeatFrequencyMS' => 30000 ];``
275
+ | **Connection URI Example**: ``heartbeatFrequencyMS=30000 ``
276
276
277
277
* - :manual:`socketCheckIntervalMS </reference/connection-string-options/#mongodb-urioption-urioption.socketcheckintervalms>`
278
278
- | **Data Type**: {+int-data-type+}
0 commit comments