stefan-egli commented on code in PR #1795:
URL: https://github.com/apache/jackrabbit-oak/pull/1795#discussion_r1803112787
##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreHelper.java:
##########
@@ -72,7 +76,7 @@ public static VersionGarbageCollector
createVersionGC(DocumentNodeStore nodeStor
boolean
fullGCEnabled, boolean isFullGCDryRun,
boolean
embeddedVerification, int fullGCMode) {
return new VersionGarbageCollector(nodeStore, gcSupport,
fullGCEnabled, isFullGCDryRun, embeddedVerification,
- fullGCMode);
+ fullGCMode, DEFAULT_FGC_DELAY_FACTOR, DEFAULT_FGC_BATCH_SIZE,
DEFAULT_FGC_PROGRESS_SIZE);
Review Comment:
fine with this, we could use `0` for delay factor here though, if we want
(as this is oak-run, so more development or production-intervention)?
--
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]