Revision
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

Diff

Modified: CalendarServer/trunk/twistedcaldav/config.py (3637 => 3638)


--- 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,
         },
     },