[CalendarServer-changes] [15785] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 3 16:21:27 PDT 2016


Revision: 15785
          http://trac.calendarserver.org//changeset/15785
Author:   sagen at apple.com
Date:     2016-08-03 16:21:27 -0700 (Wed, 03 Aug 2016)
Log Message:
-----------
Get latest twext with new LDAP pool changes

Modified Paths:
--------------
    CalendarServer/trunk/requirements-cs.txt
    CalendarServer/trunk/txdav/who/util.py

Modified: CalendarServer/trunk/requirements-cs.txt
===================================================================
--- CalendarServer/trunk/requirements-cs.txt	2016-08-03 23:20:52 UTC (rev 15784)
+++ CalendarServer/trunk/requirements-cs.txt	2016-08-03 23:21:27 UTC (rev 15785)
@@ -7,7 +7,7 @@
     zope.interface==4.1.3
 	    setuptools==18.5
 
-    --editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@15780#egg=twextpy
+    --editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@15784#egg=twextpy
         cffi==1.7.0
             pycparser==2.14
         #twisted

Modified: CalendarServer/trunk/txdav/who/util.py
===================================================================
--- CalendarServer/trunk/txdav/who/util.py	2016-08-03 23:20:52 UTC (rev 15784)
+++ CalendarServer/trunk/txdav/who/util.py	2016-08-03 23:21:27 UTC (rev 15785)
@@ -191,7 +191,8 @@
                     CalRecordType.address: extraFilters.get("addresses", ""),
                 },
                 threadPoolMax=params.get("threadPoolMax", 10),
-                connectionMax=params.get("connectionMax", 10),
+                authConnectionMax=params.get("authConnectionMax", 5),
+                queryConnectionMax=params.get("queryConnectionMax", 5),
                 tries=params.get("tries", 3),
                 warningThresholdSeconds=params.get("warningThresholdSeconds", 5),
             )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160803/e6e2483c/attachment.html>


More information about the calendarserver-changes mailing list