skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : ServiceIdleTimeInt
 

ServiceIdleTimeInt

Specifies time (in seconds) a connection can be idle before it is terminated by the OpenAccess SDK Server. Because ServiceIdleTimeInt is static, you must restart the OpenAccess SDK service to make the change effective.

Valid values

0 and any integer from 60 to 1000000.
*If ServiceIdleTimeInt is greater than ServiceDeadClntDetInt, the value will be rounded down to the nearest multiple of ServiceDeadClntDetInt (see ServiceDeadClntDetInt).
*If ServiceIdleTimeInt is less than ServiceDeadClntDetInt, the value of ServiceIdleTimeInt will be used.

Default

0. Idle time checks are disabled.

Type

Static
Note: This service attribute is used only in a client/server configuration.