From: OverlordQ Date: Sun, 6 Dec 2009 00:15:05 +0000 (+0000) Subject: Followup to 59748, add comment describing option X-Git-Tag: 1.31.0-rc.0~38615 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=f14ba931ad77a7b7a0fef169c3276efb03201a57;p=lhc%2Fweb%2Fwiklou.git Followup to 59748, add comment describing option --- 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;