Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-658

Support minPoolSize, maxIdleTimeMS

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      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.

            Assignee:
            anna.herlihy@mongodb.com Anna Herlihy (Inactive)
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: