rishabhdaim commented on code in PR #1814:
URL: https://github.com/apache/jackrabbit-oak/pull/1814#discussion_r1808490416


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java:
##########
@@ -146,6 +147,10 @@ private static class RevisionsOptions extends 
Utils.NodeStoreOptions {
             delay = parser
                     .accepts("delay", "introduce delays to reduce impact on 
system").withRequiredArg()
                     .ofType(Double.class).defaultsTo(0.0);
+            fullGcDelayFactor = parser
+                    .accepts("fullGcDelayFactor", "introduce delays after each 
fullGc batch to reduce load " +
+                            "on system")
+                    .withRequiredArg().ofType(Double.class).defaultsTo(0.0);

Review Comment:
   addressed in 
https://github.com/apache/jackrabbit-oak/pull/1814/commits/8cb54bf67b1a9ffa24e5017fb43322887f4aa287



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to