Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -721,6 +721,13 @@ |
722 | 722 | $wgLocalMessageCacheSerialized = true; |
723 | 723 | |
724 | 724 | /** |
| 725 | + * Cache messages in MesssageCache per language, instead of all them together. |
| 726 | + * Enable this if you have thousands of messages in MediaWiki namespace in many |
| 727 | + * different languages. |
| 728 | + */ |
| 729 | +$wgPerLanguageCaching = false; |
| 730 | + |
| 731 | +/** |
725 | 732 | * Directory for compiled constant message array databases |
726 | 733 | * WARNING: turning anything on will just break things, aaaaaah!!!! |
727 | 734 | */ |