ionutzpi commented on code in PR #1850: URL: https://github.com/apache/jackrabbit-oak/pull/1850#discussion_r1836713499
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java: ########## @@ -320,6 +321,13 @@ " (milliseconds).") long recoveryDelayMillis() default DEFAULT_RECOVERY_DELAY_MILLIS; + @AttributeDefinition( + name = "Perflogger Info Millis", + description = "Minimum duration (in milliseconds) for an operation that perflogger info will log. " + + " Default: " + DEFAULT_PERFLOGGER_INFO_MILLIS + + " (milliseconds).") + long perfLoggerInfoMillis() default DEFAULT_PERFLOGGER_INFO_MILLIS; Review Comment: Done -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org