r40544 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40543‎ | r40544 | r40545 >
Date:17:27, 6 September 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
+some minor docu on cache policy
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php
@@ -201,9 +201,9 @@
202202 # their queries.
203203 ##
204204 $smwgQConceptCaching = CONCEPT_CACHE_HARD; // Which concepts should be displayed only if available from cache?
205 - // CONCEPT_CACHE_ALL -- show concept elements anywhere only if cached
 205+ // CONCEPT_CACHE_ALL -- show concept elements anywhere only if they are cached
206206 // CONCEPT_CACHE_HARD -- show without cache if concept is not harder than permitted inline queries
207 - // CONCEPT_CACHE_NONE -- show all concepts without any cache
 207+ // CONCEPT_CACHE_NONE -- show all concepts even without any cache
208208 // In any cases, caches will always be used if available.
209209 $smwgQConceptMaxSize = 20; // Same as $smwgQMaxSize, but for concepts
210210 $smwgQConceptMaxDepth = 8; // Same as $smwgQMaxDepth, but for concepts

Status & tagging log