code documentation for $wgPreprocessorCacheThreshold
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 5 Jun 2011 09:25:42 +0000 (09:25 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 5 Jun 2011 09:25:42 +0000 (09:25 +0000)
follow up r80180

includes/DefaultSettings.php

index 58a4d09..f56f233 100644 (file)
@@ -2942,6 +2942,7 @@ $wgExpensiveParserFunctionLimit = 100;
 
 /**
  * Preprocessor caching threshold
+ * Setting it to 'false' will disable the preprocessor cache.
  */
 $wgPreprocessorCacheThreshold = 1000;