[CalendarServer-changes] [3218] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 23 14:13:26 PDT 2008


Revision: 3218
          http://trac.macosforge.org/projects/calendarserver/changeset/3218
Author:   wsanchez at apple.com
Date:     2008-10-23 14:13:26 -0700 (Thu, 23 Oct 2008)
Log Message:
-----------
cosmetic

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

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-10-23 19:54:51 UTC (rev 3217)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-10-23 21:13:26 UTC (rev 3218)
@@ -273,6 +273,20 @@
     },
 
     #
+    # Performance tuning
+    #
+
+    # Configure the number of seconds that Propfinds should be cached for.
+    "ResponseCacheSize": 1000,
+
+    # Set the maximum number of outstanding requests to this server.
+    "MaxRequests": 600,
+
+    "ListenBacklog": 50,
+    "IdleConnectionTimeOut": 15,
+    "UIDReservationTimeOut": 30 * 60
+
+    #
     # Implementation details
     #
     #    The following are specific to how the server is built, and useful
@@ -303,20 +317,12 @@
     # RFC2616 Section 3.5
     "ResponseCompression": True,
 
-    # Set the maximum number of outstanding requests to this server.
-    "MaxRequests": 600,
-
-    # Configure the number of seconds that Propfinds should be cached for.
-    "ResponseCacheSize": 1000,
-
     # Profiling options
     "Profiling": {
         "Enabled": False,
         "BaseDirectory": "/tmp/stats",
     },
 
-    "ListenBacklog": 50,
-
     "Memcached": {
         "MaxClients": 5,
         "ClientEnabled": False,
@@ -329,8 +335,6 @@
     },
 
     "EnableKeepAlive": True,
-    "IdleConnectionTimeOut": 15,
-    "UIDReservationTimeOut": 30 * 60
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081023/b3e740d4/attachment-0001.html>


More information about the calendarserver-changes mailing list