jenkins-bot has submitted this change and it was merged. Change subject: Correcting comments regarding $wgCacheDirectory in DefaultSettings ......................................................................
Correcting comments regarding $wgCacheDirectory in DefaultSettings Both the i18n and Less caches fall back to wfTempDir(), but some others don't, so we can't make any definitive statement about what happens when this is set to false. Change-Id: I72e8116e9e1a7ec251db555d820fc0684c8a33b3 --- M includes/DefaultSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Krinkle: Looks good to me, but someone else must approve Aaron Schulz: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2a9986e..c04602c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2096,7 +2096,7 @@ /** * Directory for caching data in the local filesystem. Should not be accessible - * from the web. Set this to false to not use any local caches. + * from the web. * * Note: if multiple wikis share the same localisation cache directory, they * must all have the same set of extensions. You can set a directory just for -- To view, visit https://gerrit.wikimedia.org/r/275687 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I72e8116e9e1a7ec251db555d820fc0684c8a33b3 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Kaldari <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Kaldari <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
