ConnectionPoolSettings

    Mongo.ConnectionPoolSettings.swift:4
    @frozen struct ConnectionPoolSettings

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (58) members.

    Protocols

    Types

    Typealiases

    Citizens in MongoDriver

    Conformances

    Type members

    Instance members

    • let rate: Int

      The maximum number of connections a pool can establish concurrently.

    • let size: ClosedRange<Int>

      The target size of a connection pool. The pool will attempt to expand until it contains at least the minimum number of connections, and it will never exceed the maximum connection count.

    Type features