[CalendarServer-changes] [13934] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 2 19:37:20 PDT 2014


Revision: 13934
          http://trac.calendarserver.org//changeset/13934
Author:   cdaboo at apple.com
Date:     2014-09-02 19:37:20 -0700 (Tue, 02 Sep 2014)
Log Message:
-----------
Don't do on demand free busy indexing.

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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2014-09-02 18:57:52 UTC (rev 13933)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2014-09-03 02:37:20 UTC (rev 13934)
@@ -1004,7 +1004,7 @@
     "FreeBusyIndexLowerLimitDays": 365,
     "FreeBusyIndexExpandAheadDays": 365,
     "FreeBusyIndexExpandMaxDays": 5 * 365,
-    "FreeBusyIndexDelayedExpand": True,
+    "FreeBusyIndexDelayedExpand": False,
     "FreeBusyIndexSmartUpdate": True,
 
     # The RootResource uses a twext property store. Specify the class here
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140902/7fdc93d8/attachment.html>


More information about the calendarserver-changes mailing list