ADMINCOMMTIMEOUT
The ADMINCOMMTIMEOUT option specifies how long the server waits for an expected administrative client message during an operation that causes a database update.
If the length of time exceeds this time-out period, the server ends the session with the administrative client. You may want to increase the time-out value to prevent administrative client sessions from timing out.
You can update this server option without stopping and restarting the server by using the SETOPT command. See SETOPT (Set a server option for dynamic update).
Parameters
- seconds
- Specifies the maximum number of seconds that a server waits for an administrative client response. The default value is 60. The minimum value is 1.
Examples
admincommtimeout 60
