Defines Idle lifetime for web service processes (in seconds). The web service process is closed if the specified timeout is reached in the Idle state, which means no requests / responses or no processing data in that time period.
Syntax
QX_WS_TIMEOUT={any integer}
Usage and Examples
The example below means two minutes timeout is set for web service:
QX_WS_TIMEOUT=120
QX_WS_TIMEOUT can be added to inet.env or directly to the web services process in the first functional line of the MAIN block:
CALL fgl_putenv(“QX_WS_TIMEOUT=7200”) #2 hours timeout