]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6711:Added config file to control Nuxeo's disk cache that's used for creating...
authorremillet <remillet@yahoo.com>
Fri, 3 Mar 2017 17:32:53 +0000 (09:32 -0800)
committerremillet <remillet@yahoo.com>
Fri, 3 Mar 2017 17:32:53 +0000 (09:32 -0800)
3rdparty/nuxeo/nuxeo-server/7.10-HF17/config/convert-config.xml [new file with mode: 0644]

diff --git a/3rdparty/nuxeo/nuxeo-server/7.10-HF17/config/convert-config.xml b/3rdparty/nuxeo/nuxeo-server/7.10-HF17/config/convert-config.xml
new file mode 100644 (file)
index 0000000..9c50f3e
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<component name="org.nuxeo.ecm.core.convert.config">
+    <extension target="org.nuxeo.ecm.core.convert.service.ConversionServiceImpl"
+        point="configuration">
+        <configuration>
+            <!-- define directory location for caching : As of Nuxeo 7, defaults to ${NUXEO_HOME}/data/convertcache  -->
+            <!-- <cachingDirectory>full-path-to-a-directory</cachingDirectory> -->
+            
+            <!-- GC (garbage collection) interval in minutes (default = 10 minutes ) -->
+            <!-- Garbage collector will empty the dir and sub-dirs of all files -->
+            <gcInterval>60</gcInterval>
+            
+            <!-- maximum size for disk cache in KB (default to 10*1024) -->
+            <diskCacheSize>10240</diskCacheSize>
+            
+            <!-- Enables or disables caching (default = true)-->
+            <enableCache>true</enableCache>
+        </configuration>
+    </extension>
+</component>
\ No newline at end of file