Fix maxIdleTimeMS typo in docs (#503)
This commit is contained in:
parent
2818a32855
commit
1002938a8e
@ -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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user