[CalendarServer-changes] [6630] CalendarServer/trunk/contrib/performance/vfreebusy.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 12 14:24:18 PST 2010


Revision: 6630
          http://trac.macosforge.org/projects/calendarserver/changeset/6630
Author:   exarkun at twistedmatrix.com
Date:     2010-11-12 14:24:15 -0800 (Fri, 12 Nov 2010)
Log Message:
-----------
Space out events over a more realistic timeframe

"Realistic" to me, at least.  This isn't based on any real world data.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/vfreebusy.py

Modified: CalendarServer/trunk/contrib/performance/vfreebusy.py
===================================================================
--- CalendarServer/trunk/contrib/performance/vfreebusy.py	2010-11-12 22:07:01 UTC (rev 6629)
+++ CalendarServer/trunk/contrib/performance/vfreebusy.py	2010-11-12 22:24:15 UTC (rev 6630)
@@ -78,8 +78,8 @@
 END:VEVENT
 """
     base = datetime(2010, 7, 30, 11, 15, 00)
-    interval = timedelta(0, 5)
-    duration = timedelta(0, 3)
+    interval = timedelta(hours=2)
+    duration = timedelta(hours=1)
     return event % {
         'VEVENTS': s % {
             'UID': uuid4(),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101112/3b93e6d2/attachment.html>


More information about the calendarserver-changes mailing list