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 2818a32 commit 1002938Copy full SHA for 1002938
doc/faq.rst
@@ -77,7 +77,7 @@ network errors, causing the total number of sockets (both in use and idle) to
77
drop below the minimum, more sockets are opened until the minimum is reached.
78
79
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
+pool before being removed and replaced can be set with ``maxIdleTimeMS``, which
81
defaults to `None` (no limit).
82
83
The default configuration for a :class:`~pymongo.mongo_client.MongoClient`
0 commit comments