Skip to content

Commit

Permalink
fix: update new prop ts type to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakp committed Sep 30, 2022
1 parent 6b5576a commit d11c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmap/connection_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export interface ConnectionPoolOptions extends Omit<ConnectionOptions, 'id' | 'g
waitQueueTimeoutMS: number;
/** If we are in load balancer mode. */
loadBalanced: boolean;
/** @experimental */
/** @internal */
minPoolSizeCheckIntervalMS?: number;
}

Expand Down

0 comments on commit d11c1b9

Please sign in to comment.