Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Property MaxConnecting

Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.dll

MaxConnecting

Gets the maximum number of connections a pool may be establishing concurrently. Defaults to 2.

public int MaxConnecting { get; }

Property Value

int

The maximum concurrently connecting connections.