From f14ba931ad77a7b7a0fef169c3276efb03201a57 Mon Sep 17 00:00:00 2001 From: OverlordQ Date: Sun, 6 Dec 2009 00:15:05 +0000 Subject: [PATCH] Followup to 59748, add comment describing option --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1ee9c12ab4..301b97caf9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -776,6 +776,7 @@ $wgParserCacheType = CACHE_ANYTHING; $wgParserCacheExpireTime = 86400; +// Select which DBA handler to use as CACHE_DBA backend $wgDBAhandler = 'db3'; $wgSessionsInMemcached = false; -- 2.20.1