thomasmueller commented on code in PR #2038:
URL: https://github.com/apache/jackrabbit-oak/pull/2038#discussion_r1959645054


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java:
##########
@@ -193,8 +193,8 @@ private static class RevisionsOptions extends 
Utils.NodeStoreOptions {
                     .withRequiredArg().ofType(Integer.class).defaultsTo(10000);
             fullGcMaxAge = parser.accepts("fullGcMaxAge", "The maximum age of 
the document in seconds " +
                             "to be considered for Full GC i.e. Version Garbage 
Collector (Full GC) logic will only consider those " +
-                            "nodes for Full GC which are not accessed recently 
(currentTime - lastModifiedTime > fullGcMaxAge)")
-                    
.withOptionalArg().ofType(Long.class).defaultsTo(TimeUnit.DAYS.toMillis(1));
+                            "nodes for Full GC which are not accessed recently 
(currentTime - lastModifiedTime > fullGcMaxAge). Default value is 86400 
(oneday)")

Review Comment:
   ```suggestion
                               "nodes for Full GC which are not accessed 
recently (currentTime - lastModifiedTime > fullGcMaxAge). Default: 86400 (one 
day)")
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to