File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ import { QueryableBase } from './protocol/sequences/QueryableBase.js';
10
10
import { ExecutableBase } from './protocol/sequences/ExecutableBase.js' ;
11
11
12
12
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
-
19
13
/**
20
14
* Determines the pool's action when no connections are available and the limit has been reached. If true, the pool will queue
21
15
* the connection request and call it when one becomes available. If false, the pool will immediately call back with an error.
You can’t perform that action at this time.
0 commit comments