Skip to content

Commit d11c1b9

Browse files
committed
fix: update new prop ts type to internal
1 parent 6b5576a commit d11c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/connection_pool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface ConnectionPoolOptions extends Omit<ConnectionOptions, 'id' | 'g
9090
waitQueueTimeoutMS: number;
9191
/** If we are in load balancer mode. */
9292
loadBalanced: boolean;
93-
/** @experimental */
93+
/** @internal */
9494
minPoolSizeCheckIntervalMS?: number;
9595
}
9696

0 commit comments

Comments
 (0)