r89488 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89487‎ | r89488 | r89489 >
Date:09:25, 5 June 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
code documentation for $wgPreprocessorCacheThreshold

follow up r80180
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2942,6 +2942,7 @@
29432943
29442944 /**
29452945 * Preprocessor caching threshold
 2946+ * Setting it to 'false' will disable the preprocessor cache.
29462947 */
29472948 $wgPreprocessorCacheThreshold = 1000;
29482949

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80180Allow to disable the preprocessor cache with $wgPreprocessorCacheThreshold = ...platonides17:35, 13 January 2011

Comments

#Comment by Hashar (talk | contribs)   09:28, 5 June 2011

Status & tagging log