Specifies how many minutes a client connection can remain inactive before an access service terminates the connection.
ClientIdleTimeout=integer
0–1024
0
integer is the number of minutes a client connection can remain inactive before an access service terminates the connection.
0 indicates that an access service never terminates an idle connection.
A connection is idle when any of these conditions occurs:
A client application connects but does not issue a command.
A command completes processing, but the client does not issue a new command.
A large result set is returned from a SQL request, and the result screen paused for the specified timeout period.
The access service checks client activity once per minute. Therefore, a ClientIdleTimeout value of n might allow a client to remain active for nearly n + 1 minutes.