Skip to content

Commit eb311db

Browse files
authored
fix: remove acquireTimeout invalid option (#2095)
1 parent 5b48cb7 commit eb311db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

typings/mysql/lib/Pool.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ import { QueryableBase } from './protocol/sequences/QueryableBase.js';
1010
import { ExecutableBase } from './protocol/sequences/ExecutableBase.js';
1111

1212
export interface PoolOptions extends ConnectionOptions {
13-
/**
14-
* The milliseconds before a timeout occurs during the connection acquisition. This is slightly different from connectTimeout,
15-
* because acquiring a pool connection does not always involve making a connection. (Default: 10 seconds)
16-
*/
17-
acquireTimeout?: number;
18-
1913
/**
2014
* Determines the pool's action when no connections are available and the limit has been reached. If true, the pool will queue
2115
* the connection request and call it when one becomes available. If false, the pool will immediately call back with an error.

0 commit comments

Comments
 (0)