Update $wgTranscludeCacheExpiry comment
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 28 Aug 2018 17:28:45 +0000 (10:28 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 28 Aug 2018 17:28:45 +0000 (10:28 -0700)
Change-Id: Ic1f20c072174732f7fd8ecab9d366125d6f0c2d2

includes/DefaultSettings.php

index ea368bc..2499077 100644 (file)
@@ -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;