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';
1010import { ExecutableBase } from './protocol/sequences/ExecutableBase.js' ;
1111
1212export 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.
You can’t perform that action at this time.
0 commit comments