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

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 4 13:37:47 PST 2012


Revision: 8485
          http://trac.macosforge.org/projects/calendarserver/changeset/8485
Author:   wsanchez at apple.com
Date:     2012-01-04 13:37:44 -0800 (Wed, 04 Jan 2012)
Log Message:
-----------
Change MaxRequests from 80 to 3.

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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2012-01-04 19:17:24 UTC (rev 8484)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2012-01-04 21:37:44 UTC (rev 8485)
@@ -724,7 +724,7 @@
     #
 
     # Set the maximum number of outstanding requests to this server.
-    "MaxRequests": 80,
+    "MaxRequests": 3,
     "MaxAccepts": 1,
 
     "MaxDBConnectionsPerPool": 10, # The maximum number of outstanding database
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120104/27bbba4b/attachment.html>


More information about the calendarserver-changes mailing list