From 1002938a8e9782e8a2f000aad6ca27079fcb49a8 Mon Sep 17 00:00:00 2001 From: Nick Loadholtes Date: Wed, 14 Oct 2020 12:48:06 -0400 Subject: [PATCH] Fix maxIdleTimeMS typo in docs (#503) --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index faa4d803a..8e820229a 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -77,7 +77,7 @@ network errors, causing the total number of sockets (both in use and idle) to drop below the minimum, more sockets are opened until the minimum is reached. The maximum number of milliseconds that a connection can remain idle in the -pool before being removed and replaced can be set with ``maxIdleTime``, which +pool before being removed and replaced can be set with ``maxIdleTimeMS``, which defaults to `None` (no limit). The default configuration for a :class:`~pymongo.mongo_client.MongoClient`