ScanSettings

Contains the scanner parameters.

Path

ServiceSettings > ScanSettings

Attributes

This element has no attributes.

Nested elements

This element is a container for the following nested elements:

ScanSettings > EPSLimit

Specifies the parameters of the system EPS limit.

This element is mandatory. The default value is <EPSLimit enabled="false">50000</EPSLimit>.

The element value must be between 1 and 199999.

This element has the following attributes:

EPSLimit element attributes

Attribute

Description

enabled

Defines whether Kaspersky CyberTrace controls the system EPS limit.

Possible values: true, false.

If the value is true, the system EPS limit is controlled.

If the value is false, the system EPS limit is not controlled. This may cause unexpected performance degradation of the system.

Example

The following is an example of this element.

<ScanSettings>

<ScannersCount>9</ScannersCount>

<ScanningThreadsPerScanner>8</ScanningThreadsPerScanner>

<EPSLimit enabled="false">50000</EPSLimit>

</ScanSettings>

Page top