mirror of
https://github.com/mariadb-corporation/mariadb-connector-nodejs.git
synced 2025-08-15 21:22:32 +00:00
docs: apply new default connectione timeout
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -211,7 +211,7 @@ export interface ConnectionConfig extends UserConnectionConfig, QueryConfig {
|
||||
socketPath?: string;
|
||||
|
||||
/**
|
||||
* The milliseconds before a timeout occurs during the initial connection to the MySQL server. (Default: 10 seconds)
|
||||
* The milliseconds before a timeout occurs during the initial connection to the MySQL server. (Default: 1000)
|
||||
*/
|
||||
connectTimeout?: number;
|
||||
|
||||
|
Reference in New Issue
Block a user