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:
The number of scanners. Every scanner handles a single TCP connection.
When changing this configuration, specify one scanner in addition to the number of scanners needed for Kaspersky CyberTrace itself. This must be done for the health check mechanism.
This element is optional. If it is omitted, the default value 9
is used.
We recommend that you use the default value. If required, you can increase the default value. The maximum possible value is 20
.
The number of threads per scanner.
This element is optional. If it is omitted, the default value 8
is used.
The parameters of the system EPS limit.
For more information about this element, see the "ScanSettings > EPSLimit" subsection below.
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 |
---|---|
|
Defines whether Kaspersky CyberTrace controls the system EPS limit. Possible values: If the value is If the value is |
Example
The following is an example of this element.
<ScanSettings> <ScannersCount>9</ScannersCount> <ScanningThreadsPerScanner>8</ScanningThreadsPerScanner> <EPSLimit enabled="false">50000</EPSLimit> </ScanSettings> |