TAMULib / CatalogService

A service for interfacing with Library Catalogs
MIT License
0 stars 1 forks source link

Increase FOLIO item limit to 2000 #160

Closed jsavell closed 2 years ago

jsavell commented 2 years ago

GIFM Service isn't able to provide complete buttons for holdings with more than 1000 items because the Catalog Service is only requesting the first 1000 items.

Customer has specified 2000 as a more appropriate limit.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1491629073


Changes Missing Coverage Covered Lines Changed/Added Lines %
service/src/main/java/edu/tamu/catalog/service/FolioCatalogService.java 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 1481471298: 0.0%
Covered Lines: 729
Relevant Lines: 1165

💛 - Coveralls