AGENTDELAY

Specifies the number of seconds an Agent thread waits to perform a specific action.

Syntax

AGENTDELAY n

Where n is the number of seconds an Agent thread waits before performing a specific action. n must be an integer and must be 5 or higher. The default value is 20.

Description

AGENTDELAY specifies the number of seconds an Agent thread waits for a resource to become available so it can perform a specific action. If the resource is still unavailable when the specified value for AGENTDELAY is completely used, the agent times out and does not complete the transaction.

Notes

The higher the value of AGENTTHREADS, the more contention for resources there is, and therefore the higher the AGENTDELAY value needs to be.

Example

AGENTDELAY 60

See Also

AGENTTHREADS

AGTSVRCONNECTIONS