Revision: 15467 http://trac.calendarserver.org//changeset/15467 Author: cdaboo@apple.com Date: 2016-03-01 13:14:32 -0800 (Tue, 01 Mar 2016) Log Message: ----------- Full stdconfig plist needs to be kept in sync with changes to stdconfig.py. Modified Paths: -------------- CalendarServer/trunk/conf/caldavd-stdconfig.plist Modified: CalendarServer/trunk/conf/caldavd-stdconfig.plist =================================================================== --- CalendarServer/trunk/conf/caldavd-stdconfig.plist 2016-03-01 19:59:08 UTC (rev 15466) +++ CalendarServer/trunk/conf/caldavd-stdconfig.plist 2016-03-01 21:14:32 UTC (rev 15467) @@ -1928,6 +1928,10 @@ <array> </array> + <!-- Time out transactions --> + <key>TxnTimeoutSeconds</key> + <integer>30</integer> + <!-- BuffersToConnectionsRatio * MaxConnections Note: don't set this, it will be computed dynamically See _updateMultiProcess( ) below for details --> <key>SharedBuffers</key>