Closed DumbergerL closed 1 year ago
Change Page-Size of pagination in collectDataFromPages():
collectDataFromPages()
https://github.com/5pm-HDH/churchtools-api/blob/f723807ed5508acf7e7869838c43911163cd9dad/src/Requests/Traits/Pagination.php#L11-L12
Proposal for Implementation:
CTConfig::setPaginationPageSize( 100 );
https://github.com/5pm-HDH/churchtools-api/pull/163
Change Page-Size of pagination in
collectDataFromPages()
:https://github.com/5pm-HDH/churchtools-api/blob/f723807ed5508acf7e7869838c43911163cd9dad/src/Requests/Traits/Pagination.php#L11-L12
Proposal for Implementation: