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

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 13 14:36:14 PDT 2014


Revision: 13638
          http://trac.calendarserver.org//changeset/13638
Author:   sagen at apple.com
Date:     2014-06-13 14:36:14 -0700 (Fri, 13 Jun 2014)
Log Message:
-----------
Reducing agent idle timeout to 5 minutes

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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2014-06-13 21:13:05 UTC (rev 13637)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2014-06-13 21:36:14 UTC (rev 13638)
@@ -1112,7 +1112,7 @@
 
     # After this many seconds of no admin requests, shutdown the agent.  Zero
     # means no automatic shutdown.
-    "AgentInactivityTimeoutSeconds"  : 4 * 60 * 60,
+    "AgentInactivityTimeoutSeconds"  : 5 * 60,
 
 
     # These three keys are relative to ConfigRoot:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140613/816f1819/attachment-0001.html>


More information about the calendarserver-changes mailing list