[CalendarServer-changes] [3508] CalendarServer/trunk/conf/caldavd.plist

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 11 10:33:26 PST 2008


Revision: 3508
          http://trac.macosforge.org/projects/calendarserver/changeset/3508
Author:   wsanchez at apple.com
Date:     2008-12-11 10:33:25 -0800 (Thu, 11 Dec 2008)
Log Message:
-----------
Turn off EnablePrincipalListings and EnableMonolithicCalendars by default because they are blocking and expensive.

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd.plist

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2008-12-11 17:52:18 UTC (rev 3507)
+++ CalendarServer/trunk/conf/caldavd.plist	2008-12-11 18:33:25 UTC (rev 3508)
@@ -177,11 +177,11 @@
 
     <!-- Enables directory listings for principals -->
     <key>EnablePrincipalListings</key>
-    <true/>
+    <false/>
 
     <!-- Render calendar collections as a monolithic iCalendar object -->
     <key>EnableMonolithicCalendars</key>
-    <true/>
+    <false/>
 
 
     <!--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081211/e354ce8b/attachment.html>


More information about the calendarserver-changes mailing list