Support minPoolSize, maxIdleTimeMS

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • 2.5.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • 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:
            Emily Stolfo (Inactive)
            Reporter:
            Barrie Segal (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: