stefan-egli commented on code in PR #1372:
URL: https://github.com/apache/jackrabbit-oak/pull/1372#discussion_r1537663777
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java:
##########
@@ -139,6 +142,14 @@ public class VersionGarbageCollector {
*/
static final String
SETTINGS_COLLECTION_DETAILED_GC_DRY_RUN_DOCUMENT_ID_PROP = "detailedGCDryRunId";
+ static enum RDGCType {
+ KeepOneFullMode,
+ KeepOneCleanupUserPropertiesOnlyMode,
+ OlderThan24AndBetweenCheckpointsMode
Review Comment:
ok, done at
https://github.com/apache/jackrabbit-oak/pull/1372/commits/65c07c54e35899c88b734639d93becade48337df
--
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]