[CalendarServer-changes] [690] CalendarServer/trunk/twistedcaldav/instance.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 5 10:29:06 PST 2006


Revision: 690
          http://trac.macosforge.org/projects/calendarserver/changeset/690
Author:   cdaboo at apple.com
Date:     2006-12-05 10:29:06 -0800 (Tue, 05 Dec 2006)

Log Message:
-----------
Just bumping max instance limit for now. We probably need to come up with a better way to handle
unbounded recurrences as the currently indexing scheme can cause a resource that was valid in
a put yesterday, to be no longer valid today.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/instance.py

Modified: CalendarServer/trunk/twistedcaldav/instance.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/instance.py	2006-12-05 18:26:18 UTC (rev 689)
+++ CalendarServer/trunk/twistedcaldav/instance.py	2006-12-05 18:29:06 UTC (rev 690)
@@ -25,7 +25,7 @@
 
 # The maximum number of instances we will ezpand out to.
 # Raise a TooManyInstancesError exception if we exceed this.
-max_allowed_instances = 500
+max_allowed_instances = 1000
 
 class TooManyInstancesError(Exception):
     def __init__(self):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061205/bd7c4beb/attachment.html


More information about the calendarserver-changes mailing list