reducing number of bundles fetched

This commit is contained in:
2025-12-02 19:04:20 +02:00
parent ab32f9163a
commit 0c2a39f851

View File

@@ -46,7 +46,7 @@ public class ProviderService {
headers.setBearerAuth(token);
LinkedHashMap response = this.restService.getAs(
aggregatorUrl + "/merchant/aggregation/products?size=100&clientUid=" + providerId.toString(),
aggregatorUrl + "/merchant/aggregation/products?size=20&clientUid=" + providerId.toString(),
headers,
LinkedHashMap.class
);