From 677537af692cc58a15c4e2f992ed91af924359d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 21 Aug 2010 16:04:06 +0000 Subject: [PATCH] Revert part of r71391 that was not supposed to go yet. --- includes/DefaultSettings.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7898429872..5947fc50e2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1508,13 +1508,6 @@ $wgUseLocalMessageCache = false; */ $wgLocalMessageCacheSerialized = true; -/** - * Instead of caching everything, keep track which messages are requested and - * load only most used messages. This only makes sense if there is lots of - * interface messages customised in the wiki (like hundreds in many languages). - */ -$wgAdaptiveMessageCache = false; - /** * Localisation cache configuration. Associative array with keys: * class: The class to use. May be overridden by extensions. -- 2.20.1