[CalendarServer-changes] [13181] CalendarServer/trunk/calendarserver/tools/gateway.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 7 13:37:42 PDT 2014


Revision: 13181
          http://trac.calendarserver.org//changeset/13181
Author:   sagen at apple.com
Date:     2014-04-07 13:37:42 -0700 (Mon, 07 Apr 2014)
Log Message:
-----------
This no longer applies because we won't use memcached for proxies -- the DPS will do any required caching.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/gateway.py

Modified: CalendarServer/trunk/calendarserver/tools/gateway.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/gateway.py	2014-04-07 20:19:22 UTC (rev 13180)
+++ CalendarServer/trunk/calendarserver/tools/gateway.py	2014-04-07 20:37:42 UTC (rev 13181)
@@ -201,14 +201,6 @@
             pool.ClientEnabled = True
         autoDisableMemcached(config)
 
-        # FIXME:
-        # from twistedcaldav.directory import calendaruserproxy
-        # if calendaruserproxy.ProxyDBService is not None:
-        #     # Reset the proxy db memcacher because memcached may have come or
-        #     # gone since the last time through here.
-        #     # TODO: figure out a better way to do this
-        #     calendaruserproxy.ProxyDBService._memcacher._memcacheProtocol = None
-
         try:
             for command in self.commands:
                 commandName = command['command']
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140407/8f325523/attachment-0001.html>


More information about the calendarserver-changes mailing list