[CalendarServer-changes] [3638] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 4 14:12:20 PST 2009


Revision: 3638
          http://trac.macosforge.org/projects/calendarserver/changeset/3638
Author:   wsanchez at 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,
         },
     },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090204/ae70d266/attachment.html>


More information about the calendarserver-changes mailing list