Contribution org.nuxeo.ecm.core.query.properties--configuration
In component org.nuxeo.ecm.core.query.properties
org.nuxeo.ecm.core.query.properties
inside nuxeo-core-query-8.10.jar /OSGI-INF/core-query-properties.xml
This contribution is part of XML component Documentation
Property that defines the default maxPageSize to use when no value is defined on the page provider contribution. Value '0' means no limit.
Extension Point
Extension point configuration of component ConfigurationService.Contributed Items
XML Source
<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
<documentation>
Property that defines the default maxPageSize to use when no
value is defined on the page provider contribution.
Value '0' means no limit.
</documentation>
<property name="nuxeo.pageprovider.default-max-page-size">1000</property>
</extension>