[CalendarServer-changes] [5154] CalendarServer/branches/users/wsanchez/m1

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 19 08:38:27 PST 2010


Revision: 5154
          http://trac.macosforge.org/projects/calendarserver/changeset/5154
Author:   wsanchez at apple.com
Date:     2010-02-19 08:38:26 -0800 (Fri, 19 Feb 2010)
Log Message:
-----------
Put memcached config in

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/m1/conf/carddavd-apple.plist

Property Changed:
----------------
    CalendarServer/branches/users/wsanchez/m1/


Property changes on: CalendarServer/branches/users/wsanchez/m1
___________________________________________________________________
Modified: svn:mergeinfo
   - /CalendarServer/branches/config-separation:4379-4443
/CalendarServer/branches/egg-info-351:4589-4625
/CalendarServer/branches/users/cdaboo/directory-cache-on-demand-3627:3628-3644
/CalendarServer/branches/users/cdaboo/partition-4464:4465-4957
/CalendarServer/branches/users/cdaboo/relative-config-paths-5070:5071-5105
/CalendarServer/branches/users/glyph/contacts-server-merge:4971-5080
/CalendarServer/branches/users/sagen/locations-resources:5032-5051
/CalendarServer/branches/users/sagen/locations-resources-2:5052-5061
/CalendarServer/branches/users/sagen/resource-delegates-4038:4040-4067
/CalendarServer/branches/users/sagen/resource-delegates-4066:4068-4075
/CalendarServer/branches/users/sagen/resources-2:5084-5093
   + /CalendarServer/branches/config-separation:4379-4443
/CalendarServer/branches/egg-info-351:4589-4625
/CalendarServer/branches/users/cdaboo/directory-cache-on-demand-3627:3628-3644
/CalendarServer/branches/users/cdaboo/partition-4464:4465-4957
/CalendarServer/branches/users/cdaboo/relative-config-paths-5070:5071-5105
/CalendarServer/branches/users/glyph/contacts-server-merge:4971-5080
/CalendarServer/branches/users/sagen/locations-resources:5032-5051
/CalendarServer/branches/users/sagen/locations-resources-2:5052-5061
/CalendarServer/branches/users/sagen/resource-delegates-4038:4040-4067
/CalendarServer/branches/users/sagen/resource-delegates-4066:4068-4075
/CalendarServer/branches/users/sagen/resources-2:5084-5093
/CalendarServer/trunk:5151

Modified: CalendarServer/branches/users/wsanchez/m1/conf/carddavd-apple.plist
===================================================================
--- CalendarServer/branches/users/wsanchez/m1/conf/carddavd-apple.plist	2010-02-19 16:36:42 UTC (rev 5153)
+++ CalendarServer/branches/users/wsanchez/m1/conf/carddavd-apple.plist	2010-02-19 16:38:26 UTC (rev 5154)
@@ -427,7 +427,19 @@
       <integer>0</integer> <!-- 0 = larger of: 4 or (2 * CPU count) -->
     </dict>
 
+    <key>Memcached</key>
+    <dict>
+        <key>Pools</key>
+        <dict>
+            <key>Default</key>
+            <dict>
+                <key>Port</key>
+                <integer>11212</integer>
+            </dict>
+        </dict>
+    </dict>
 
+
     <!--
         Notifications
       -->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100219/c44cf959/attachment.html>


More information about the calendarserver-changes mailing list