[CalendarServer-changes] [11996] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:16:17 PDT 2014


Revision: 11996
          http://trac.calendarserver.org//changeset/11996
Author:   dre at apple.com
Date:     2013-11-22 17:07:13 -0800 (Fri, 22 Nov 2013)
Log Message:
-----------
Naive client sim compatibility with push priority

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2013-11-22 20:28:07 UTC (rev 11995)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2013-11-23 01:07:13 UTC (rev 11996)
@@ -1199,7 +1199,7 @@
         connect(GAIEndpoint(self.reactor, host, port), factory)
 
 
-    def _receivedPush(self, inboundID, dataChangedTimestamp):
+    def _receivedPush(self, inboundID, dataChangedTimestamp, priority=5):
         for href, id in self.ampPushKeys.iteritems():
             if inboundID == id:
                 self._checkCalendarsForEvents(href, push=True)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/54b25a1e/attachment.html>


More information about the calendarserver-changes mailing list