Hi, I'm working on a project and we are using Oak version 1.6.11 . We are trying to tune Oak and one of the things we would like to change is the asyncDelay from org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder . This property has a 1 second value hard coded. I was wondering if there is a reason for that and if it's possible to make it configurable on Oak itself.
One approach we are trying to do is have our own class for the Builder and overwrite that value, but I would like to see if there is a reason for that hard coded value before I do that change. Thanks, Gabriela
