AsyncClientPolicy.asyncMinConnsPerNode Field
Minimum number of asynchronous connections allowed per server node. Preallocate min connections
on client node creation. The client will periodically allocate new connections if count falls
below min connections.
Server proto-fd-idle-ms and client maxSocketIdle
should be set to zero (no reap) if asyncMinConnsPerNode is greater than zero. Reaping connections
can defeat the purpose of keeping connections in reserve for a future burst of activity.
Default: 0
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public int asyncMinConnsPerNode
Field Value
Int32