Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > ServerThreadIdleTimeout

ServerThreadIdleTimeout

Integer (milliseconds)

300000

Purpose

The ServerThreadIdleTimeout parameter specifies the maximum time idle server threads remain active before they timeout.

The default value of 300,000 milliseconds specifies that server threads time out after 5 minutes. The minimum value is 10,000 milliseconds, or 10 seconds. If you do not want idle threads to time out, specify a null value (that is, 0), to indicate infinity.

Parameter is read when …

The server node is next initialized.