Skip to content

Commit

Permalink
Increase XPath cache size for very large forms
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Dec 11, 2012
1 parent b89e11b commit 1eae552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources-packaged/config/properties-base.xml
Expand Up @@ -23,7 +23,7 @@
<!-- Global properties -->
<property as="xs:anyURI" name="oxf.log4j-config" value="oxf:/config/log4j.xml"/>
<property as="xs:integer" name="oxf.cache.size" value="1000"/>
<property as="xs:integer" name="oxf.cache.xpath.size" value="2000"/>
<property as="xs:integer" name="oxf.cache.xpath.size" value="5000"/>
<property as="xs:boolean" name="oxf.sax.inspection" value="false"/>
<property as="xs:boolean" name="oxf.resources.versioned" value="false"/>
<property as="xs:string" name="oxf.resources.version-number" value="3.1415"/>
Expand Down

0 comments on commit 1eae552

Please sign in to comment.