[ 
https://issues.apache.org/jira/browse/OAK-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498864#comment-13498864
 ] 

Jukka Zitting commented on OAK-451:
-----------------------------------

Or alternatively:

{code}
private static final int UPDATE_LIMIT =
    Integer.getValue("update.limit", Integer.MAX_VALUE);
{code}

That way the limit is by default never reached (the updates value overflows 
before that) but it's possible to use a system property for testing the 
functionality.
                
> Disable update functionality in KernelRootBuilder
> -------------------------------------------------
>
>                 Key: OAK-451
>                 URL: https://issues.apache.org/jira/browse/OAK-451
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>
> The update logic in {{KernelRootBuilder}} is work in progress and not yet 
> fully functional. Since it duplicates similar logic from {{RootImpl}} I 
> suggest to disable it for the time being. See also 
> http://markmail.org/message/5e6a5r7iulwma4e2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to