workerIdleTimeout

Type: Integer

The workerIdleTimeout property of the JadeMultiWorkerTcpTransport class contains the number of seconds after the last event handled by this process that a WorkerIdleTimeout management event is queued for this process.

The idle event is queued each time the worker is idle for more than the specified timeout period.

The default value of zero (0) indicates that WorkerIdleTimeout management events are not queued.

As values greater than zero but less than ten are increased to 10, the effective minimum timeout is 10 seconds.