mbaedke commented on code in PR #2032:
URL: https://github.com/apache/jackrabbit-oak/pull/2032#discussion_r1933791096


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java:
##########
@@ -947,6 +953,7 @@ private void registerVersionGCJob(final DocumentNodeStore 
nodeStore) {
         Map<String, Object> props = jobPropertiesFor(RevisionGCJob.class);
         props.put("scheduler.expression", expr);
         long versionGcMaxAgeInSecs = config.versionGcMaxAgeInSecs();
+        long fullGcMaxAgeInSecs = config.fullGcMaxAgeInSecs();

Review Comment:
   That ist never used.



-- 
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