Author: reschke
Date: Mon Apr 17 11:15:11 2017
New Revision: 1791681
URL: http://svn.apache.org/viewvc?rev=1791681&view=rev
Log:
OAK-4780: VersionGarbageCollector should be able to run incrementally
(fix javadoc)
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGCOptions.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGCOptions.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGCOptions.java?rev=1791681&r1=1791680&r2=1791681&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGCOptions.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGCOptions.java
Mon Apr 17 11:15:11 2017
@@ -114,7 +114,7 @@ public class VersionGCOptions {
* to the database by a garbage collector. 0, e.g. no delay, is the
default. This is recommended
* when garbage collection is done during a maintenance time when other
system load is low.
* <p>
- * For factory > 0, the actual delay is the duration of the last batch
modification times
+ * For factory > 0, the actual delay is the duration of the last batch
modification times
* the factor. Example: 0.25 would result in a 25% delay, e.g. a batch
modification running
* 10 seconds would be followed by a sleep of 2.5 seconds.
*