The maximum number of requests for one connection before the connection is closed.
This element is optional.
Path
ICAPSettings > KeepAliveSettings > MaxRequests
Attributes
This element has no attributes.
Value
The valid value is an integer from 0
to 1000
.
If MaxRequests
is set to 0
, the number of requests for one connection is not limited.
The default value is 1000
.
Example
The following is an example of this element.
<MaxRequests>1000</MaxRequests> |