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

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 28 12:07:35 PDT 2011


Revision: 7268
          http://trac.macosforge.org/projects/calendarserver/changeset/7268
Author:   cdaboo at apple.com
Date:     2011-03-28 12:07:32 -0700 (Mon, 28 Mar 2011)
Log Message:
-----------
Batch upload on by default.

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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-03-28 15:12:33 UTC (rev 7267)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-03-28 19:07:32 UTC (rev 7268)
@@ -437,7 +437,7 @@
     "EnablePrivateEvents"     : False, # Private Events
     "EnableTimezoneService"   : False, # Timezone service
 
-    "EnableBatchUpload"       : False,    # POST batch uploads
+    "EnableBatchUpload"       : True,     # POST batch uploads
     "MaxResourcesBatchUpload" : 100,      # Maximum number of resources in a batch POST
     "MaxBytesBatchUpload"     : 10485760, # Maximum size of a batch POST (10 MB)
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110328/15b8ac0d/attachment.html>


More information about the calendarserver-changes mailing list