From: Niklas Laxström Date: Fri, 23 May 2008 22:17:13 +0000 (+0000) Subject: * And the variable definition for my previous commit X-Git-Tag: 1.31.0-rc.0~47418 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=a3271b460df2ef822caac8c4e3d843acad66639a;p=lhc%2Fweb%2Fwiklou.git * And the variable definition for my previous commit --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 09b3e389f9..604909c5da 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -720,6 +720,13 @@ $wgLocalMessageCache = false; */ $wgLocalMessageCacheSerialized = true; +/** + * Cache messages in MesssageCache per language, instead of all them together. + * Enable this if you have thousands of messages in MediaWiki namespace in many + * different languages. + */ +$wgPerLanguageCaching = false; + /** * Directory for compiled constant message array databases * WARNING: turning anything on will just break things, aaaaaah!!!!