Updated on 2024-03-05 GMT+08:00

Detection of Agent Connection Timeout

Modify the configuration in the agentgateway/WEB-INF/config/basic.properties file as follows:

TIMEOUT_FLAG = ON  //Whether to enable detection of agent connection timeout
MAXTIME = 120000 //Timeout interval when the event polling mode is used
EVENT_PUSH_HANDSHAKE_MAXTIME = 120000 //Timeout interval when the event push mode is used

If an agent does not send a request to the server within the timeout interval, the agent is forcibly signed out.