TransportListener.ssl.timeout

This property specifies how long the socket waits on a read() before closing. This property is used for the TLS socket.

TransportListener.ssl.timeout=integerMinutes
Specifies how long the socket waits on a read() before closing.
Required
Optional. Required if the port is specified.
Value
Integer value in minutes. Do not use zero (no timeout) as a value.
Default
10
Example
TransportListener.ssl.timeout=10