The max connection pool size.
public int MaxConnectionPoolSize { get; }
Property Value
The max connection pool size specifies the allowed maximum number of idle and current in-use connections by the driver. a.k.a. ConnectionPoolSize = IdleConnectionPoolSize + InUseConnectionSize. When a driver reaches its allowed maximum connection pool size, no new connections can be established. Instead all threads that require a new connection have to wait until a connection is available to reclaim. See ConnectionAcquisitionTimeoutfor the maximum waiting time to acquire an idle connection from the pool. Setting this value to Infinite will result in an infinite pool.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4