Difference between revisions of "Key: DCS Weight MaximumMaxIteration"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Data_cache_keys]]

+
{{HelpFiles_Deployment}}
  
=====Key: DCS_Weight_MaximumMaxIteration=====
+
==Key: DCS_Weight_MaximumMaxIteration==
  
 
===Syntax===
 
===Syntax===

Latest revision as of 06:26, 5 January 2012

<accesscontrol>Main:MyGroup</accesscontrol>

Key: DCS_Weight_MaximumMaxIteration

Syntax

<add key="DCS_Weight_MaximumMaxIteration" value="[NUMBER]"/>

[NUMBER]: Positive integer number

Purpose

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

This is used to avoid that users choose a too high "maximum iterations" when using the weight wizard. By limiting this to e.g. 100, users will never be allowed to have a value above this in maximum iterations, which will ensure that the system does not freeze.

Proposed value is "100". If you often experience that the system is slowing down too much then you can reduce this to e.g. 50.

Example of key

<add key="DCS_Weight_MaximumMaxIteration" value="100"/>