[CalendarServer-changes] [13539] CalDAVTester/trunk/odsetup.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 27 13:18:54 PDT 2014


Revision: 13539
          http://trac.calendarserver.org//changeset/13539
Author:   dre at apple.com
Date:     2014-05-27 13:18:54 -0700 (Tue, 27 May 2014)
Log Message:
-----------
Lower WorkQueues timings to reduce delay during testing

Modified Paths:
--------------
    CalDAVTester/trunk/odsetup.py

Modified: CalDAVTester/trunk/odsetup.py
===================================================================
--- CalDAVTester/trunk/odsetup.py	2014-05-27 19:34:22 UTC (rev 13538)
+++ CalDAVTester/trunk/odsetup.py	2014-05-27 20:18:54 UTC (rev 13539)
@@ -331,6 +331,7 @@
        * iMIP is disabled
        * SACLs are disabled
        * EnableAnonymousReadRoot is enabled
+       * WorkQueue timings are appropriate for testing (low delay)
 
     @param admin: admin principal-URL value
     @type admin: str
@@ -354,6 +355,16 @@
         plist["Scheduling"]["Options"] = dict()
     plist["Scheduling"]["Options"]["AttendeeRefreshBatch"] = 0
 
+    # Lower WorkQueue timings to reduce processing delay
+    plist["Scheduling"]["Options"]["WorkQueues"] = {
+        "Enabled" : True,
+        "RequestDelaySeconds" : 0.1,
+        "ReplyDelaySeconds" : 1,
+        "AutoReplyDelaySeconds" : 0.1,
+        "AttendeeRefreshBatchDelaySeconds" : 0.1
+        "AttendeeRefreshBatchIntervalSeconds" : 0.1,
+    }
+
     writePlist(plist, conf_root + "/caldavd-user.plist")
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140527/076ac7ec/attachment-0001.html>


More information about the calendarserver-changes mailing list