Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Key: DCS Weight MaximumMaxIteration: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
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 04: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"/>