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 6b5576a commit d11c1b9Copy full SHA for d11c1b9
src/cmap/connection_pool.ts
@@ -90,7 +90,7 @@ export interface ConnectionPoolOptions extends Omit<ConnectionOptions, 'id' | 'g
90
waitQueueTimeoutMS: number;
91
/** If we are in load balancer mode. */
92
loadBalanced: boolean;
93
- /** @experimental */
+ /** @internal */
94
minPoolSizeCheckIntervalMS?: number;
95
}
96
0 commit comments