Maximum number of records analyzed in a rule condition
The GenRuleEngineConfig.xml enables you to configure the maximum number of records that can be analyzed in a single or multiple rule conditions. By default, the maximum number of records analyzed is one million.
To configure the xml setting:
XML file name and path | [InstallPath]\Settings\GenRuleEngineConfig.xml |
---|---|
Tag |
<conditionsettings>
|
Node |
<format
id="44">10000000</format> .
This is an example of configuring the settings for rule format id 44 to 10000000. |
Configuration setting | To configure the maximum number of records that must be
analyzed in a single or multiple rule conditions, change the default value of
the attribute
<format id="number">
to any desired numeric value.
|
Default value | The default value is 1 million. |