DEFAULT_TIMEOUT

This variable is used by the runtime and Web Runtime to define the length of time, in seconds, that they will wait 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 or Web Runtime receives an error before the specified time, they will time out immediately. This variable only works with AcuServer client runtimes and AcuServer client Web Runtimes.