Click or drag to resize

PoolingOptionsDefaultMaxRequestsPerConnection Field

Default maximum amount of requests that can be in-flight on a single connection at the same time after which the connection will start rejecting requests: 2048.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public const int DefaultMaxRequestsPerConnection = 2048

Field Value

Type: Int32
See Also