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


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java:
##########
@@ -642,7 +642,7 @@ public DocumentNodeStore(DocumentNodeStoreBuilder<?> 
builder) {
         this.branches = new UnmergedBranches();
         this.asyncDelay = builder.getAsyncDelay();
         this.versionGarbageCollector = new VersionGarbageCollector(
-                this, builder.createVersionGCSupport(), 
isDetailedGCEnabled(builder), false);
+                this, builder.createVersionGCSupport(), 
isDetailedGCEnabled(builder), false, false);

Review Comment:
   I agree that `true` makes more sense here and would use that value while 
making code changes for https://issues.apache.org/jira/browse/OAK-10633 ticket.



-- 
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: dev-unsubscr...@jackrabbit.apache.org

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

Reply via email to