From adb8ed0ab8a373b9ec1bb9df0ed2f20a759d08ab Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 12 Jan 2018 00:13:26 +0000 Subject: [PATCH] Revert "try disabling memcached for a sec" This reverts commit 149300192fa743b319f2cad6ffb2f73b3b6c5553. --- roles/mediawiki/templates/LocalSettings.php.fp.j2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index 3e47f3724a..78ffe5eab0 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -159,13 +159,13 @@ $wgDBts2schema = "public"; $wgDBmysql5 = false; ## Shared memory settings -#$wgMainCacheType = CACHE_MEMCACHED; -#$wgParserCacheType = CACHE_MEMCACHED; -#$wgMessageCacheType = CACHE_MEMCACHED; -#$wgSessionsInMemcached = true; -#$wgMemCachedServers = array ( -# 0 => 'memcached01:11211', -#); +$wgMainCacheType = CACHE_MEMCACHED; +$wgParserCacheType = CACHE_MEMCACHED; +$wgMessageCacheType = CACHE_MEMCACHED; +$wgSessionsInMemcached = true; +$wgMemCachedServers = array ( + 0 => 'memcached01:11211', +); ## To enable image uploads, make sure the 'images' directory ## is writable, then set this to true: