[CalendarServer-changes] [13629] CalendarServer/trunk/twistedcaldav/stdconfig.py
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jun 10 13:15:11 PDT 2014
Revision: 13629
http://trac.calendarserver.org//changeset/13629
Author: cdaboo at apple.com
Date: 2014-06-10 13:15:11 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
Use 5 minute txn timeout by default.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/stdconfig.py
Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py 2014-06-10 20:07:51 UTC (rev 13628)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py 2014-06-10 20:15:11 UTC (rev 13629)
@@ -280,9 +280,9 @@
"UseDatabase": True, # True: database; False: files
- "TransactionTimeoutSeconds": 0, # Timeout transactions that take longer than
+ "TransactionTimeoutSeconds": 300, # Timeout transactions that take longer than
# the specified number of seconds. Zero means
- # no timeouts
+ # no timeouts. 5 minute default.
"DBType": "", # 2 possible values: empty, meaning 'spawn postgres
# yourself', or 'postgres', meaning 'connect to a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140610/5e57bb17/attachment.html>
More information about the calendarserver-changes
mailing list