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

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 23 18:46:43 PDT 2008


Revision: 3222
          http://trac.macosforge.org/projects/calendarserver/changeset/3222
Author:   sagen at apple.com
Date:     2008-10-23 18:46:43 -0700 (Thu, 23 Oct 2008)
Log Message:
-----------
A comma is missing

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

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-10-24 01:40:51 UTC (rev 3221)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-10-24 01:46:43 UTC (rev 3222)
@@ -284,7 +284,7 @@
 
     "ListenBacklog": 50,
     "IdleConnectionTimeOut": 15,
-    "UIDReservationTimeOut": 30 * 60
+    "UIDReservationTimeOut": 30 * 60,
 
     #
     # Implementation details
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081023/6a84f8e5/attachment.html>


More information about the calendarserver-changes mailing list