Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1509,13 +1509,6 @@ |
1510 | 1510 | $wgLocalMessageCacheSerialized = true; |
1511 | 1511 | |
1512 | 1512 | /** |
1513 | | - * Instead of caching everything, keep track which messages are requested and |
1514 | | - * load only most used messages. This only makes sense if there is lots of |
1515 | | - * interface messages customised in the wiki (like hundreds in many languages). |
1516 | | - */ |
1517 | | -$wgAdaptiveMessageCache = false; |
1518 | | - |
1519 | | -/** |
1520 | 1513 | * Localisation cache configuration. Associative array with keys: |
1521 | 1514 | * class: The class to use. May be overridden by extensions. |
1522 | 1515 | * |