Maximum socket idle in seconds. Socket connection pools will discard sockets
that have been idle longer than the maximum. The value is limited to 24 hours (86400).
Namespace: Aerospike.ClientIt's important to set this value to a few seconds less than the server's proto-fd-idle-ms (default 60000 milliseconds or 1 minute), so the client does not attempt to use a socket that has already been reaped by the server.
Default: 55 seconds
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.7.0 (3.6.7)
Syntax
See Also