Skip to content

Commit 406bb0d

Browse files
committed
chore: fix lint
1 parent d5e6a10 commit 406bb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mongo_client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ export interface MongoClientOptions extends BSONSerializeOptions, SupportedNodeC
186186
maxConnecting?: number;
187187
/**
188188
* The maximum amount of time a connection should remain idle in the connection pool before being marked idle, in milliseconds.
189-
* If specified, this must be a number >= 0, where 0 means there is no limit. Defaults to 0. After this time passes, the idle
190-
* collection can be automatically cleaned up in the background.
189+
* If specified, this must be a number greater than or equal to 0, where 0 means there is no limit. Defaults to 0. After this
190+
* time passes, the idle collection can be automatically cleaned up in the background.
191191
*/
192192
maxIdleTimeMS?: number;
193193
/** The maximum time in milliseconds that a thread can wait for a connection to become available. */

0 commit comments

Comments
 (0)