From: Aaron Schulz Date: Tue, 28 Aug 2018 17:28:45 +0000 (-0700) Subject: Update $wgTranscludeCacheExpiry comment X-Git-Tag: 1.34.0-rc.0~4275 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=9686c83554446d47f3157a3de180ee3e08b5f75a;p=lhc%2Fweb%2Fwiklou.git Update $wgTranscludeCacheExpiry comment Change-Id: Ic1f20c072174732f7fd8ecab9d366125d6f0c2d2 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ea368bc6b5..24990779bd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4399,7 +4399,7 @@ $wgPreprocessorCacheThreshold = 1000; $wgEnableScaryTranscluding = false; /** - * Expiry time for transcluded templates cached in transcache database table. + * Expiry time for transcluded templates cached in object cache. * Only used $wgEnableInterwikiTranscluding is set to true. */ $wgTranscludeCacheExpiry = 3600;