X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=4ddc23e261ebc03f604900fd931a764400490e16;hb=1d9fd23ab3583788fb2e3ae8e641cf83b09ef8df;hp=ea368bc6b58ee61e3a7e582b1394d0abd27ff2ef;hpb=ce59195438747390ab90076c0c38e642f2682a0c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ea368bc6b5..4ddc23e261 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; @@ -6348,8 +6348,6 @@ $wgDeprecationReleaseLimit = false; * Profiler configuration. * * To use a profiler, set $wgProfiler in LocalSetings.php. - * For backwards-compatibility, it is also allowed to set the variable from - * a separate file called StartProfiler.php, which MediaWiki will include. * * Example: *