[CalendarServer-changes] [8225] CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 25 13:23:35 PDT 2011


Revision: 8225
          http://trac.macosforge.org/projects/calendarserver/changeset/8225
Author:   sagen at apple.com
Date:     2011-10-25 13:23:35 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
Make memcached keys consistent with older server versions.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2011-10-25 19:43:28 UTC (rev 8224)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2011-10-25 20:23:35 UTC (rev 8225)
@@ -489,7 +489,7 @@
     def __init__(self, dbID, dbapiName, dbapiArgs, **kwargs):
         AbstractADBAPIDatabase.__init__(self, dbID, dbapiName, dbapiArgs, True, **kwargs)
         
-        self._memcacher = ProxyDB.ProxyDBMemcacher("ProxyDB")
+        self._memcacher = ProxyDB.ProxyDBMemcacher("proxyDB")
 
     @inlineCallbacks
     def setGroupMembers(self, principalUID, members):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111025/c3488469/attachment.html>


More information about the calendarserver-changes mailing list