File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ Timeouts
114
114
is passed (such as a negative value or a non-numeric value).
115
115
|
116
116
| **Data Type**: ``Float``
117
- | **Default**: 10
118
- | **Client Example**: ``connect_timeout: 10``
117
+ | **Default**: ``10.0``
118
+ | **Client Example**: ``connect_timeout: 10.0 ``
119
119
| **Connection URI Example**: ``connectTimeoutMS=10000``
120
120
121
121
* - **:socket_timeout**
@@ -128,16 +128,16 @@ Timeouts
128
128
|
129
129
| **Data Type**: ``Float``
130
130
| **Default**: none
131
- | **Client Example**: ``socket_timeout: 5``
131
+ | **Client Example**: ``socket_timeout: 5.0 ``
132
132
| **Connection URI Example**: ``socketTimeoutMS=5000``
133
133
134
134
* - **:wait_queue_timeout**
135
135
- | The number of seconds to wait for a connection in the
136
136
connection pool to become available.
137
137
|
138
138
| **Data Type**: ``Float``
139
- | **Default**: 10
140
- | **Client Example**: ``wait_queue_timeout: 7``
139
+ | **Default**: ``10.0``
140
+ | **Client Example**: ``wait_queue_timeout: 7.0 ``
141
141
| **Connection URI Example**: ``waitQueueTimeoutMS=7000``
142
142
143
143
Server Selection
You can’t perform that action at this time.
0 commit comments