Details
-
New Feature
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
More pool configuration options from:
http://docs.mongodb.org/manual/reference/connection-string/#connection-pool-options
- minPoolSize - minimum number of sockets in existence (checked in or out). Can't exceed maxPoolSize and vice versa.
- maxIdleTimeMS - maximum time in millis a socket can sit idle in the pool before being closed and discarded. Useful for cleaning up after a load spike.
Attachments
Issue Links
- causes
-
PYTHON-1954 Background thread creates connections while holding the topology lock
-
- Closed
-