[CalendarServer-changes] [1367] CalendarServer/trunk/conf
source_changes at macosforge.org
source_changes at macosforge.org
Tue Mar 13 17:15:21 PDT 2007
Revision: 1367
http://trac.macosforge.org/projects/calendarserver/changeset/1367
Author: wsanchez at apple.com
Date: 2007-03-13 17:15:20 -0700 (Tue, 13 Mar 2007)
Log Message:
-----------
Enable the load balancer
Modified Paths:
--------------
CalendarServer/trunk/conf/caldavd-test.plist
CalendarServer/trunk/conf/caldavd.plist
Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist 2007-03-14 00:10:16 UTC (rev 1366)
+++ CalendarServer/trunk/conf/caldavd-test.plist 2007-03-14 00:15:20 UTC (rev 1367)
@@ -291,7 +291,7 @@
<key>LoadBalancer</key>
<dict>
<key>Enabled</key>
- <false/>
+ <true/>
<!-- One of the strings below must be used - the others commented out -->
<key>Scheduler</key>
Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist 2007-03-14 00:10:16 UTC (rev 1366)
+++ CalendarServer/trunk/conf/caldavd.plist 2007-03-14 00:15:20 UTC (rev 1367)
@@ -238,9 +238,9 @@
<key>LoadBalancer</key>
<dict>
<key>Enabled</key>
- <false/>
+ <true/>
- <!-- One of the strings below must be used - the others commented out -->
+ <!-- One of the strings below must be used - the others commented out -->
<key>Scheduler</key>
<!-- Least Connections -->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070313/1a0dff3e/attachment.html
More information about the calendarserver-changes
mailing list