Key: DCS Weight Minimum MinDeviation

From Catglobe Wiki
Jump to: navigation, search

<accesscontrol>Main:MyGroup</accesscontrol>

Key: DCS_Weight_Minimum_MinDeviation

Syntax

<add key="DCS_Weight_Minimum_MinDeviation" value="[FLOAT]"/>

[FLOAT]: Positive number; decimals are allowed

Purpose

Used for the weight calculation logic in the data cache module.

This is used to avoid that users choose a too low "minimum deviation" when using the weight wizard. By limiting this to e.g. 0.0001, users will never be allowed to have a value below this in minimum deviation, which will ensure that the system does not freeze.

Proposed value is "0.0001". If you often experience that the system is slowing down too much then you can increase this to e.g. 0.001.

Example of key

<add key="DCS_Weight_Minimum_MinDeviation" value="0.0001"/>