#366: Memcached is started even though it is commented out in config file -----------------------------+---------------------------------------------- Reporter: pl...@… | Owner: wsanc...@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | -----------------------------+----------------------------------------------
Comment(by john.holl...@…): I see two possibilities: - explicitly configure memcached not to start <key>Memcached</key> <dict> <dict> <key>Default</key> <dict> <key>ServerEnabled</key> <false/> </dict> </dict> </dict> - default memcached to disabled =================================================================== --- twistedcaldav/stdconfig.py (revision 6084) +++ twistedcaldav/stdconfig.py (working copy) @@ -549,7 +549,7 @@ "Pools": { "Default": { "ClientEnabled": True, - "ServerEnabled": True, + "ServerEnabled": False, "BindAddress": "127.0.0.1", "Port": 11211, "HandleCacheTypes": [ -- Ticket URL: <http://trac.calendarserver.org/ticket/366#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server _______________________________________________ calendarserver-dev mailing list calendarserver-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev