Revision: 3638 http://trac.macosforge.org/projects/calendarserver/changeset/3638 Author: wsanchez@apple.com Date: 2009-02-04 14:12:20 -0800 (Wed, 04 Feb 2009) Log Message: ----------- Turn on StaggeredStartup by default Modified Paths: -------------- CalendarServer/trunk/twistedcaldav/config.py Modified: CalendarServer/trunk/twistedcaldav/config.py =================================================================== --- CalendarServer/trunk/twistedcaldav/config.py 2009-02-04 21:40:48 UTC (rev 3637) +++ CalendarServer/trunk/twistedcaldav/config.py 2009-02-04 22:12:20 UTC (rev 3638) @@ -214,7 +214,7 @@ "Scheduler": "LeastConnections", }, "StaggeredStartup": { - "Enabled": False, + "Enabled": True, "Interval": 15, }, },