[CalendarServer-changes] [13829] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 4 09:49:31 PDT 2014


Revision: 13829
          http://trac.calendarserver.org//changeset/13829
Author:   sagen at apple.com
Date:     2014-08-04 09:49:31 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
Turn on in-process directory caching

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2014-08-02 20:42:19 UTC (rev 13828)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2014-08-04 16:49:31 UTC (rev 13829)
@@ -178,7 +178,7 @@
     <key>DirectoryProxy</key>
     <dict>
       <key>InProcessCachingSeconds</key>
-      <integer>0</integer>
+      <integer>10</integer>
       <key>InSidecarCachingSeconds</key>
       <integer>30</integer>
     </dict>

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2014-08-02 20:42:19 UTC (rev 13828)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2014-08-04 16:49:31 UTC (rev 13829)
@@ -899,7 +899,7 @@
 
     "DirectoryProxy": {
         "SocketPath": "directory-proxy.sock",
-        "InProcessCachingSeconds": 0,
+        "InProcessCachingSeconds": 10,
         "InSidecarCachingSeconds": 30,
     },
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140804/04129953/attachment.html>


More information about the calendarserver-changes mailing list