The following general API properties apply to both client and host
based API processing.
Table 1. General API Options Properties
| Property |
Default Value |
Range |
Description |
| apiTimeOut |
10000 |
0-100000 |
The amount of time, in milliseconds, that an API task waits for a request from a client
application before deciding that the connection is dead and closing it. In order to avoid any message loss,
this value can be increased to manage large amount of message flow. |
| apiMaxSqlTime |
1000 |
0-120000 |
The maximum amount of time, in milliseconds, that
an API SQL statement can take to execute before an informational message
is issued. |
| apiLogMsgCountLimit |
50 |
0-100 |
The maximum number of log messages an API is allowed
to issue within a fixed time limit before message logging is suppressed.
Setting this value to zero (0) turns off log message suppression. |
| apiLogMsgTimeLimit |
10000 |
100-600000 |
The time limit, in milliseconds, that the Transaction Server uses
to measure the number of log messages issued to determine if API logging
should be suppressed. |