[CalendarServer-changes] [13881] CalendarServer/trunk/twistedcaldav/stdconfig.py
source_changes at macosforge.org
source_changes at macosforge.org
Fri Aug 15 14:26:06 PDT 2014
Revision: 13881
http://trac.calendarserver.org//changeset/13881
Author: sagen at apple.com
Date: 2014-08-15 14:26:06 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
Lengthen caching times for directory records
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/stdconfig.py
Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py 2014-08-15 20:52:43 UTC (rev 13880)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py 2014-08-15 21:26:06 UTC (rev 13881)
@@ -799,8 +799,8 @@
"DirectoryProxy": {
"SocketPath": "directory-proxy.sock",
- "InProcessCachingSeconds": 10,
- "InSidecarCachingSeconds": 30,
+ "InProcessCachingSeconds": 60,
+ "InSidecarCachingSeconds": 120,
},
#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140815/5a60032f/attachment.html>
More information about the calendarserver-changes
mailing list