[CalendarServer-changes] [4565] CalendarServer/branches/users/sagen/deployment-inherit-fds-4549/ twistedcaldav/tap.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 30 14:47:34 PDT 2009


Revision: 4565
          http://trac.macosforge.org/projects/calendarserver/changeset/4565
Author:   sagen at apple.com
Date:     2009-09-30 14:47:34 -0700 (Wed, 30 Sep 2009)
Log Message:
-----------
Allow ResumeRequests plist entry to be reread on hup

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/deployment-inherit-fds-4549/twistedcaldav/tap.py

Modified: CalendarServer/branches/users/sagen/deployment-inherit-fds-4549/twistedcaldav/tap.py
===================================================================
--- CalendarServer/branches/users/sagen/deployment-inherit-fds-4549/twistedcaldav/tap.py	2009-09-30 21:46:32 UTC (rev 4564)
+++ CalendarServer/branches/users/sagen/deployment-inherit-fds-4549/twistedcaldav/tap.py	2009-09-30 21:47:34 UTC (rev 4565)
@@ -817,6 +817,7 @@
 
         def updateChannel(config, items):
             channel.maxRequests = config.MaxRequests
+            channel.requestsRequests = config.ResumeRequests
 
         config.addHook(updateChannel)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090930/45b3f00d/attachment.html>


More information about the calendarserver-changes mailing list