Broadleaf Microservices
  • v1.0.0-latest-prod

Data Tracking Configuration

Overview

There are various properties you can configure when utilizing Broadleaf’s Data Tracking library.

Pageable Properties (Since 1.7.26, 2.0.1)

Properties related to configuring pageable attributes, such as setting maximum page size.

See the PageableProperties class for more details.

Property Description Default

broadleaf.tracking.pageable.page-request-default-max-page-size

The maximum page size for DefaultPageRequest. Be cautious when increasing this value, as setting it too high can cause issues with too many results being returned.

2000

broadleaf.tracking.pageable.narrow-pageable-argument-resolver-default-max-page-size

The maximum page size for NarrowPageableHandlerMethodArgumentResolver. Be cautious when increasing this value, as setting it too high can cause issues with too many results being returned.

2000