Maximum number of async commands that can be stored in the delay queue when
asyncMaxCommandAction is DELAY
and asyncMaxCommands is reached.
Queued commands consume memory, but they do not consume connections.
Namespace: Aerospike.ClientIf this limit is reached, the next async command will be rejected with exception AerospikeException CommandRejected. If this limit is zero, all async commands will be accepted into the delay queue.
The optimal value will depend on your application's magnitude of command bursts and the amount of memory available to store commands.
Default: 0 (no delay queue limit)
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.5)
Syntax
See Also