Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/165778
Change subject: Setting $wgMemCachedServers = array(); ...................................................................... Setting $wgMemCachedServers = array(); Change-Id: Ia044da41726689490698e8c68ae008c9c2aa6aca --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/78/165778/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 0efd30a..4ebcc49 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -238,6 +238,7 @@ # Cluster-dependent files for database and memcached require( getRealmSpecificFilename( "$wmfConfigDir/db.php" ) ); +$wgMemCachedServers = array(); require( getRealmSpecificFilename( "$wmfConfigDir/mc.php" ) ); ini_set( 'memory_limit', $wmgMemoryLimit ); -- To view, visit https://gerrit.wikimedia.org/r/165778 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia044da41726689490698e8c68ae008c9c2aa6aca Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
