In SERVER-43302, we attempted to limit the number of connections that would be established at once to a given LDAP host, to prevent the potential for connection storms. The stated goal of this ticket was to set ldapConnectionPoolMaximumConnectionsInProgressPerHost to 2. It appears this patch instead set ldapConnectionPoolMaximumConnectionsPerHost to 2. We should undo this, and limit the correct option's default.
- is caused by
-
SERVER-43302 Lower default value for ldapConnectionPoolMaximumConnectionsInProgressPerHost
- Closed