rishabhdaim commented on code in PR #1850:
URL: https://github.com/apache/jackrabbit-oak/pull/1850#discussion_r1836457695
##########
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:
could you please add a unit case for this?
--
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]