[CalendarServer-changes] [4535] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ notify.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 14 17:18:22 PDT 2009


Revision: 4535
          http://trac.macosforge.org/projects/calendarserver/changeset/4535
Author:   wsanchez at apple.com
Date:     2009-09-14 17:18:21 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
Disable the rolling delays for notifications.  Once one is scheduled, it stays on schedule; further changes made during that interval don't cause a new notification.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/notify.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/notify.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/notify.py	2009-09-14 23:39:59 UTC (rev 4534)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/notify.py	2009-09-15 00:18:21 UTC (rev 4535)
@@ -332,7 +332,7 @@
     """
 
     delaySeconds = 5
-    sendAnywayAfterCount = 5
+    sendAnywayAfterCount = 0
 
     def __init__(self, notifiers, reactor=None, delaySeconds=None,
         sendAnywayAfterCount=None):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090914/79f12ab2/attachment-0001.html>


More information about the calendarserver-changes mailing list