From 375e789bc0a3307d6c79b0fcb0230c91c7704044 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 5 Jun 2011 09:25:42 +0000 Subject: [PATCH] code documentation for $wgPreprocessorCacheThreshold follow up r80180 --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 58a4d094a6..f56f233d80 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2942,6 +2942,7 @@ $wgExpensiveParserFunctionLimit = 100; /** * Preprocessor caching threshold + * Setting it to 'false' will disable the preprocessor cache. */ $wgPreprocessorCacheThreshold = 1000; -- 2.20.1