[CalendarServer-changes] [15490] CalendarServer/trunk/conf/caldavd-stdconfig.plist

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 31 10:06:32 PDT 2016


Revision: 15490
          http://trac.calendarserver.org//changeset/15490
Author:   cdaboo at apple.com
Date:     2016-03-31 10:06:32 -0700 (Thu, 31 Mar 2016)
Log Message:
-----------
New keys must be added to caldavd-stdconfig.plist.

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

Modified: CalendarServer/trunk/conf/caldavd-stdconfig.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-stdconfig.plist	2016-03-31 14:21:51 UTC (rev 15489)
+++ CalendarServer/trunk/conf/caldavd-stdconfig.plist	2016-03-31 17:06:32 UTC (rev 15490)
@@ -1768,10 +1768,14 @@
 	<key>MaxQueryWithDataResults</key>
 	<integer>1000</integer>
 
-	<!-- How many results to return for principal-property-search REPORT requests -->
+	<!-- How many results to return for principal search REPORT requests -->
 	<key>MaxPrincipalSearchReportResults</key>
 	<integer>500</integer>
 
+	<!-- How many seconds to wait for principal search REPORT results -->
+	<key>PrincipalSearchReportTimeout</key>
+	<integer>10</integer>
+
 	<!-- Client fixes per user-agent match -->
 
 	<key>ClientFixes</key>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160331/33b0ed73/attachment-0001.html>


More information about the calendarserver-changes mailing list