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 @@
2943
2943
2944
2944
/**
2945
2945
* Preprocessor caching threshold
2946
+ * Setting it to 'false' will disable the preprocessor cache.
2946
2947
*/
2947
2948
$wgPreprocessorCacheThreshold = 1000;
2948
2949
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r80180
Allow to disable the preprocessor cache with $wgPreprocessorCacheThreshold = ...
platonides
17:35, 13 January 2011
Comments
#
Comment by
Hashar
(
talk
|
contribs
)
09:28, 5 June 2011
Wiki doc somehow updated:
http://www.mediawiki.org/wiki/Manual:$wgPreprocessorCacheThreshold
Status & tagging log
20:43, 7 June 2011
Platonides
(
talk
|
contribs
)
changed the
status
of r89488
[
removed:
new
added:
ok]