Skip to content

Commit af3f934

Browse files
committed
refactor: pool maxIdle description
1 parent 75a7c49 commit af3f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/mysql/lib/Pool.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface PoolOptions extends ConnectionOptions {
3030
connectionLimit?: number;
3131

3232
/**
33-
* The minimum number of idle connections. (Default: 10)
33+
* The maximum number of idle connections. (Default: same as `connectionLimit`)
3434
*/
3535
maxIdle?: number;
3636

0 commit comments

Comments
 (0)