The amount of time an idle connection has to be kept open (in milliseconds), while waiting for a new request from an ICAP client.
This element is optional.
Path
ICAPSettings > KeepAliveSettings > TimeoutMs
Attributes
This element has no attributes.
Value
The valid value is an integer from 0
to 18000
(
milliseconds).
If TimeoutMs
is set to 0
, there is no time limit for the connection.
The default value is 5000
.
Example
The following is an example of this element.
<TimeoutMs>5000</TimeoutMs> |