Hi Gabriela, On 14.01.19, 17:23, "Gabriela Matias Navarro" <[email protected]> wrote: > 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.
There is a setter method on the builder that allows you to customize the async delay: https://github.com/apache/jackrabbit-oak/blob/jackrabbit-oak-1.6.11/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentMK.java#L925 Regards Marcel
