From 9686c83554446d47f3157a3de180ee3e08b5f75a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 28 Aug 2018 10:28:45 -0700 Subject: [PATCH] Update $wgTranscludeCacheExpiry comment Change-Id: Ic1f20c072174732f7fd8ecab9d366125d6f0c2d2 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1