[CalendarServer-changes] [8399] CalendarServer/branches/users/glyph/parallel-upgrade/twistedcaldav/ stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Dec 3 00:40:24 PST 2011


Revision: 8399
          http://trac.macosforge.org/projects/calendarserver/changeset/8399
Author:   glyph at apple.com
Date:     2011-12-03 00:40:24 -0800 (Sat, 03 Dec 2011)
Log Message:
-----------
Add an option for parallel upgrades, default to off.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/parallel-upgrade/twistedcaldav/stdconfig.py

Modified: CalendarServer/branches/users/glyph/parallel-upgrade/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/branches/users/glyph/parallel-upgrade/twistedcaldav/stdconfig.py	2011-12-03 08:40:12 UTC (rev 8398)
+++ CalendarServer/branches/users/glyph/parallel-upgrade/twistedcaldav/stdconfig.py	2011-12-03 08:40:24 UTC (rev 8399)
@@ -530,7 +530,12 @@
                                                    # split existing calendars into multiples based on component type.
                                                    # If on, it will also cause new accounts to provision with separate
                                                    # calendars for events and tasks.
-    
+
+    "ParallelUpgrades" : False,    # Perform upgrades - currently only the
+                                   # database -> filesystem migration - but in
+                                   # the future, hopefully all relevant
+                                   # upgrades - in parallel in subprocesses.
+
     "EnableDefaultAlarms" : True, # Support for default alarms generated by the server
 
     # CardDAV Features
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111203/32cc2d6e/attachment.html>


More information about the calendarserver-changes mailing list