[CalendarServer-changes] [4882] CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/ memcachepool.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 17 14:07:23 PST 2009


Revision: 4882
          http://trac.macosforge.org/projects/calendarserver/changeset/4882
Author:   cdaboo at apple.com
Date:     2009-12-17 14:07:20 -0800 (Thu, 17 Dec 2009)
Log Message:
-----------
Pools enabled by client need not server.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/memcachepool.py

Modified: CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/memcachepool.py
===================================================================
--- CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/memcachepool.py	2009-12-17 21:58:42 UTC (rev 4881)
+++ CalendarServer/branches/users/cdaboo/partition-4464/twistedcaldav/memcachepool.py	2009-12-17 22:07:20 UTC (rev 4882)
@@ -387,7 +387,7 @@
 def installPools(pools, maxClients=5, reactor=None):
     
     for name, pool in pools.items():
-        if pool["ServerEnabled"]:
+        if pool["ClientEnabled"]:
             _installPool(
                 name,
                 pool["HandleCacheTypes"],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091217/7735c88e/attachment.html>


More information about the calendarserver-changes mailing list