You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2016/10/19 15:16:29 UTC

svn commit: r1765661 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java

Author: mreutegg
Date: Wed Oct 19 15:16:29 2016
New Revision: 1765661

URL: http://svn.apache.org/viewvc?rev=1765661&view=rev
Log:
OAK-4900: Enable persistent caches by default

Update description of component properties

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java?rev=1765661&r1=1765660&r2=1765661&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java Wed Oct 19 15:16:29 2016
@@ -207,14 +207,14 @@ public class DocumentNodeStoreService {
 
     @Property(value = DEFAULT_PERSISTENT_CACHE,
             label = "Persistent Cache Config",
-            description = "Configuration for enabling Persistent cache. By default it is not enabled. Refer to " +
+            description = "Configuration for persistent cache. Refer to " +
                     "http://jackrabbit.apache.org/oak/docs/nodestore/persistent-cache.html for various options"
     )
     private static final String PROP_PERSISTENT_CACHE = "persistentCache";
 
     @Property(value = DEFAULT_JOURNAL_CACHE,
             label = "Journal Cache Config",
-            description = "Configuration for enabling journal cache. By default it is not enabled. Refer to " +
+            description = "Configuration for journal cache. Refer to " +
                     "http://jackrabbit.apache.org/oak/docs/nodestore/persistent-cache.html for various options"
     )
     private static final String PROP_JOURNAL_CACHE = "journalCache";