[CalendarServer-changes] [4661] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 29 10:48:34 PDT 2009


Revision: 4661
          http://trac.macosforge.org/projects/calendarserver/changeset/4661
Author:   sagen at apple.com
Date:     2009-10-29 10:48:33 -0700 (Thu, 29 Oct 2009)
Log Message:
-----------
Set MaxRequests to 80 by default

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2009-10-29 14:50:47 UTC (rev 4660)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2009-10-29 17:48:33 UTC (rev 4661)
@@ -314,7 +314,7 @@
     #
 
     # Set the maximum number of outstanding requests to this server.
-    "MaxRequests": 1,
+    "MaxRequests": 80,
     "MaxAccepts": 1,
 
     "ListenBacklog": 2024,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091029/8f44bec4/attachment.html>


More information about the calendarserver-changes mailing list