There was an error while loading. Please reload this page.
1 parent ee17a90 commit 0363220Copy full SHA for 0363220
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