[CalendarServer-changes] [3751] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 26 11:04:38 PST 2009


Revision: 3751
          http://trac.macosforge.org/projects/calendarserver/changeset/3751
Author:   sagen at apple.com
Date:     2009-02-26 11:04:38 -0800 (Thu, 26 Feb 2009)
Log Message:
-----------
Drop the default notification coalesce time from 10 seconds down to 3

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist
    CalendarServer/trunk/conf/caldavd.plist
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2009-02-26 14:50:10 UTC (rev 3750)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2009-02-26 19:04:38 UTC (rev 3751)
@@ -411,7 +411,7 @@
     <dict>
       <!-- Time spent coalescing notifications before delivery -->
       <key>CoalesceSeconds</key>
-      <integer>10</integer>
+      <integer>3</integer>
 
       <key>InternalNotificationHost</key>
       <string>localhost</string>

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2009-02-26 14:50:10 UTC (rev 3750)
+++ CalendarServer/trunk/conf/caldavd.plist	2009-02-26 19:04:38 UTC (rev 3751)
@@ -310,7 +310,7 @@
     <dict>
       <!-- Time spent coalescing notifications before delivery -->
       <key>CoalesceSeconds</key>
-      <integer>10</integer>
+      <integer>3</integer>
 
       <key>Services</key>
       <dict>

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2009-02-26 14:50:10 UTC (rev 3750)
+++ CalendarServer/trunk/twistedcaldav/config.py	2009-02-26 19:04:38 UTC (rev 3751)
@@ -301,7 +301,7 @@
     #
     "Notifications" : {
         "Enabled": False,
-        "CoalesceSeconds" : 10,
+        "CoalesceSeconds" : 3,
         "InternalNotificationHost" : "localhost",
         "InternalNotificationPort" : 62309,
         "BindAddress" : "127.0.0.1",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090226/c6ab8ef8/attachment-0001.html>


More information about the calendarserver-changes mailing list