By default, Kaspersky Scan Engine supports Keep-Alive (persistent connections), so an ICAP client can use the same connection to send multiple requests. With KeepAliveSettings
, you can configure Keep-Alive support or even disable it.
Path
ICAPSettings
> KeepAliveSettings
Attributes
This element has no attributes.
Nested elements
This element is a container for the following nested elements:
Example
The following is an example of this element.
<KeepAliveSettings> <Enabled>1</Enabled> <TimeoutMs>5000</TimeoutMs> <MaxRequests>1000</MaxRequests> </KeepAliveSettings> |