https://bugzilla.wikimedia.org/show_bug.cgi?id=56269
--- Comment #51 from Daniel Renfro <[email protected]> --- I'm using Memcached for the general object cache because I've got multiple webservers and would like to share stuff (including session-data) across all of them. $wgMainCacheType = CACHE_MEMCACHED; $wgMemCachedServers = array( ...server list here... ); $wgSessionsInObjectCache = true; For the localization cache, everything is default. Of my reading from [[mw:Manual:$wgLocalisationCacheConf]], the localization cache layer should be using the database (which it looks like it is.) I'm stumped. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
