Author: mreutegg
Date: Tue Nov  7 09:39:48 2017
New Revision: 1814472

URL: http://svn.apache.org/viewvc?rev=1814472&view=rev
Log:
OAK-6908: Change RDB default scheduling on RDB

Update documentation

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md?rev=1814472&r1=1814471&r2=1814472&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/osgi_config.md Tue Nov  7 
09:39:48 2017
@@ -284,11 +284,12 @@ versionGcMaxAgeInSecs
 versionGCExpression
 : Default ""
 : A cron expression that defines when the Revision GC is scheduled. If this
-  configuration entry is left empty, the default value depends on the
+  configuration entry is left empty, the default behaviour depends on the
   `documentStoreType`. For `MONGO` the default is to schedule a run every five
   seconds (also known as Continuous Revision Garbage Collection). For `RDB` the
-  default is to schedule a run once a day starting at 2 AM. The corresponding
-  cron expression is `0 0 2 * * ?`.
+  default is no scheduled GC. It must be enabled explicitly with a cron 
+  expression. E.g. the following expression triggers a GC run every night at
+  2 AM: `0 0 2 * * ?`.
 : Since 1.7.11
 
 versionGCTimeLimitInSecs


Reply via email to