[CalendarServer-changes] [5407] CalendarServer/branches/users/glyph/sendfdport/twistedcaldav/ stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 26 03:27:29 PDT 2010


Revision: 5407
          http://trac.macosforge.org/projects/calendarserver/changeset/5407
Author:   glyph at apple.com
Date:     2010-03-26 03:27:26 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
Default to True.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sendfdport/twistedcaldav/stdconfig.py

Modified: CalendarServer/branches/users/glyph/sendfdport/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/branches/users/glyph/sendfdport/twistedcaldav/stdconfig.py	2010-03-26 09:55:47 UTC (rev 5406)
+++ CalendarServer/branches/users/glyph/sendfdport/twistedcaldav/stdconfig.py	2010-03-26 10:27:26 UTC (rev 5407)
@@ -143,8 +143,8 @@
     "InheritSSLFDs": [],   # File descriptors to inherit for HTTPS requests (empty = don't inherit)
     "MetaFD": 0,        # Inherited file descriptor to call recvmsg() on to recive sockets (none = don't inherit)
 
-    "UseMetaFD": False,         # Use a 'meta' FD, i.e. an FD to transmit other
-                                # FDs to slave processes.
+    "UseMetaFD": True,         # Use a 'meta' FD, i.e. an FD to transmit other
+                               # FDs to slave processes.
 
     #
     # Types of service provided
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100326/c6d16a11/attachment.html>


More information about the calendarserver-changes mailing list