[CalendarServer-changes] [4844] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ instance.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 8 08:05:36 PST 2009


Revision: 4844
          http://trac.macosforge.org/projects/calendarserver/changeset/4844
Author:   cdaboo at apple.com
Date:     2009-12-08 08:05:35 -0800 (Tue, 08 Dec 2009)
Log Message:
-----------
Increase instance limit to allow for old daily recurring events to not cause problems (for a while at least).

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

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/instance.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/instance.py	2009-12-08 15:48:07 UTC (rev 4843)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/instance.py	2009-12-08 16:05:35 UTC (rev 4844)
@@ -24,9 +24,9 @@
 
 from vobject.icalendar import utc
 
-# The maximum number of instances we will ezpand out to.
+# The maximum number of instances we will expand out to.
 # Raise a TooManyInstancesError exception if we exceed this.
-max_allowed_instances = 1000
+max_allowed_instances = 3000
 
 class TooManyInstancesError(Exception):
     def __init__(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091208/74c2eb30/attachment.html>


More information about the calendarserver-changes mailing list