docs: apply new default connectione timeout

This commit is contained in:
BC-M
2022-03-14 11:13:13 +01:00
committed by GitHub
parent 64ca753b7a
commit f204d9b02d

2
types/index.d.ts vendored
View File

@ -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;