We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409f401 commit 1ac3000Copy full SHA for 1ac3000
src/cmap/connection_pool.ts
@@ -691,7 +691,7 @@ export class ConnectionPool extends TypedEventEmitter<ConnectionPoolEvents> {
691
692
private ensureMinPoolSize() {
693
const minPoolSize = this.options.minPoolSize;
694
- if (this.poolState !== PoolState.ready || minPoolSize === 0) {
+ if (this.poolState !== PoolState.ready) {
695
return;
696
}
697
0 commit comments