Skip to content

Commit 1002938

Browse files
authored
Fix maxIdleTimeMS typo in docs (#503)
1 parent 2818a32 commit 1002938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ network errors, causing the total number of sockets (both in use and idle) to
7777
drop below the minimum, more sockets are opened until the minimum is reached.
7878

7979
The maximum number of milliseconds that a connection can remain idle in the
80-
pool before being removed and replaced can be set with ``maxIdleTime``, which
80+
pool before being removed and replaced can be set with ``maxIdleTimeMS``, which
8181
defaults to `None` (no limit).
8282

8383
The default configuration for a :class:`~pymongo.mongo_client.MongoClient`

0 commit comments

Comments
 (0)