[CalendarServer-changes] [4439] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 9 10:02:18 PDT 2009


Revision: 4439
          http://trac.macosforge.org/projects/calendarserver/changeset/4439
Author:   sagen at apple.com
Date:     2009-07-09 10:02:18 -0700 (Thu, 09 Jul 2009)
Log Message:
-----------
Turn off UDP port for memcached

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2009-07-08 23:34:52 UTC (rev 4438)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2009-07-09 17:02:18 UTC (rev 4439)
@@ -1056,6 +1056,7 @@
                 config.Memcached.memcached,
                 "-p", str(config.Memcached.Port),
                 "-l", config.Memcached.BindAddress,
+                "-U", "0",
             ]
 
             if config.Memcached.MaxMemory is not 0:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090709/cc52677a/attachment.html>


More information about the calendarserver-changes mailing list