[CalendarServer-changes] [5053] CalendarServer/branches/users/sagen/locations-resources-2/ calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 8 10:22:55 PST 2010


Revision: 5053
          http://trac.macosforge.org/projects/calendarserver/changeset/5053
Author:   sagen at apple.com
Date:     2010-02-08 10:22:54 -0800 (Mon, 08 Feb 2010)
Log Message:
-----------
Need to pass -u to memcached

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/locations-resources-2/calendarserver/tap/caldav.py

Modified: CalendarServer/branches/users/sagen/locations-resources-2/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/branches/users/sagen/locations-resources-2/calendarserver/tap/caldav.py	2010-02-08 17:51:01 UTC (rev 5052)
+++ CalendarServer/branches/users/sagen/locations-resources-2/calendarserver/tap/caldav.py	2010-02-08 18:22:54 UTC (rev 5053)
@@ -1097,6 +1097,8 @@
         
                 if config.Memcached.MaxMemory is not 0:
                     memcachedArgv.extend(["-m", str(config.Memcached.MaxMemory)])
+                if config.UserName:
+                    memcachedArgv.extend(["-u", config.UserName])
         
                 memcachedArgv.extend(config.Memcached.Options)
         
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100208/91febc68/attachment.html>


More information about the calendarserver-changes mailing list