Property MaxConnecting
- Namespace
- MongoDB.Driver.Core.Configuration
- Assembly
- MongoDB.Driver.Core.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.