From: Aaron Schulz Date: Mon, 27 Apr 2015 21:46:44 +0000 (-0700) Subject: Fixed default $wgMainWANCache to trigger Setup.php logic X-Git-Tag: 1.31.0-rc.0~11576^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=9d9096c7c9f49a04b3efc53649f66d989ab5c18c;p=lhc%2Fweb%2Fwiklou.git Fixed default $wgMainWANCache to trigger Setup.php logic Change-Id: I8a5b2f5bd41bfc58568f1a2d96d74ddd5d8d86ed --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2145d8a952..5b7e94aa38 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2148,11 +2148,13 @@ $wgObjectCaches = array( * cache with a relayer of type EventRelayerNull. * * The options are: + * - false: Configure the cache using $wgMainCacheType, without using + * a relayer (only matters if there are multiple data-centers) * - CACHE_NONE: Do not cache * - (other): A string may be used which identifies a cache * configuration in $wgWANObjectCaches. */ -$wgMainWANCache = CACHE_NONE; +$wgMainWANCache = false; /** * Advanced WAN object cache configuration.