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 th...@apache.org on 2015/04/28 10:28:00 UTC

svn commit: r1676438 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md

Author: thomasm
Date: Tue Apr 28 08:27:59 2015
New Revision: 1676438

URL: http://svn.apache.org/r1676438
Log:
OAK-301 Document Oak

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md?rev=1676438&r1=1676437&r2=1676438&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/persistent-cache.md Tue Apr 28 08:27:59 2015
@@ -70,10 +70,11 @@ To disable this option, use "-children".
 * Diff caching. By default, the list of differences between two
 revisions is cached. To disable this option, use "-diff".
 
-* Compaction. By default, when a cache file is closed, 
-it is compacted and compressed (at a rate of around 100 MB per second).
+* Compaction. The cache file can be compacted and compressed (at a rate of
+around 100 MB per second) when it is closed.
 That way, the disk space is used more efficiently. 
-To disable this option, use "-compact".
+To enable this option, use "+compact".
+(Please note this feature was enabled by default in versions 1.2.1, 1.0.13, and older.)
 
 * Compression. By default, the cache is compressed, saving space. 
 To disable this option, use "-compress".