DEFAULT_TIMEOUT

This variable is used by the runtime to define the length of time, in seconds, that it waits for a response from acuserve before timing out. The default value for this variable is 25 seconds. Some networks have long connect times and the default value may not be long enough to allow the application to connect. For example, to change the timeout default of 25 seconds to one minute, you would set the following:

DEFAULT_TIMEOUT = 60

If the runtime receives an error before the specified time, it times out immediately. This variable only works with AcuServer client runtimes.