[CalendarServer-changes] [4612] CalendarServer/branches/users/cdaboo/deployment-partition-4593/ twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 20 12:30:42 PDT 2009


Revision: 4612
          http://trac.macosforge.org/projects/calendarserver/changeset/4612
Author:   cdaboo at apple.com
Date:     2009-10-20 12:30:39 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
Don't use separate memcached pool by default.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/config.py

Modified: CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/config.py
===================================================================
--- CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/config.py	2009-10-20 19:08:27 UTC (rev 4611)
+++ CalendarServer/branches/users/cdaboo/deployment-partition-4593/twistedcaldav/config.py	2009-10-20 19:30:39 UTC (rev 4612)
@@ -408,14 +408,14 @@
                     "Default",
                 ]
             },
-            "ProxyDB": {
-                "Enabled": True,
-                "BindAddress": "127.0.0.1",
-                "Port": 11211,
-                "HandleCacheTypes": [
-                    "ProxyDB", "PrincipalToken",
-                ]
-            },
+#            "ProxyDB": {
+#                "Enabled": True,
+#                "BindAddress": "127.0.0.1",
+#                "Port": 11211,
+#                "HandleCacheTypes": [
+#                    "ProxyDB", "PrincipalToken",
+#                ]
+#            },
         },
         "memcached": "memcached", # Find in PATH
         "MaxMemory": 0, # Megabytes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091020/e64f9989/attachment-0001.html>


More information about the calendarserver-changes mailing list