[CalendarServer-dev] [Calendar and Contacts Server] #366: Memcached is started even though it is commented out in config file

Calendar and Contacts Server trac at macosforge.org
Tue Aug 17 12:40:25 PDT 2010


#366: Memcached is started even though it is commented out in config file
-----------------------------+----------------------------------------------
 Reporter:  plaes@…          |       Owner:  wsanchez@…        
     Type:  Defect           |      Status:  new               
 Priority:  5: Not set       |   Milestone:                    
Component:  Calendar Server  |    Severity:  Other             
 Keywords:                   |  
-----------------------------+----------------------------------------------

Comment(by john.holland@…):

 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


More information about the calendarserver-dev mailing list