File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ When establishing a connection, you can set the following options:
152
152
then the default collation for that charset is used. (Default: ` 'UTF8_GENERAL_CI' ` )
153
153
* ` timezone ` : The timezone used to store local dates. (Default: ` 'local' ` )
154
154
* ` connectTimeout ` : The milliseconds before a timeout occurs during the initial connection
155
- to the MySQL server. (Default: 10 seconds )
155
+ to the MySQL server. (Default: ` 10000 ` )
156
156
* ` stringifyObjects ` : Stringify objects instead of converting to values. See
157
157
issue [ #501 ] ( https://github.com/felixge/node-mysql/issues/501 ) . (Default: ` 'false' ` )
158
158
* ` insecureAuth ` : Allow connecting to MySQL instances that ask for the old
@@ -328,7 +328,7 @@ addition to those options pools accept a few extras:
328
328
329
329
* ` acquireTimeout ` : The milliseconds before a timeout occurs during the connection
330
330
acquisition. This is slightly different from ` connectTimeout ` , because acquiring
331
- a pool connection does not always involve making a connection. (Default: 10 seconds )
331
+ a pool connection does not always involve making a connection. (Default: ` 10000 ` )
332
332
* ` waitForConnections ` : Determines the pool's action when no connections are
333
333
available and the limit has been reached. If ` true ` , the pool will queue the
334
334
connection request and call it when one becomes available. If ` false ` , the
You can’t perform that action at this time.
0 commit comments