@@ -48,9 +48,6 @@ public class HagContentServiceImpl implements HagContentService {
if (Objects.isNull(limit)) {
limit = 10;
}
- if (limit > 1000) {
- limit = 1000;
- }
Integer start = paginationReq.getStart();
if (Objects.isNull(start)) {
start = 0;
@@ -32,9 +32,6 @@ public class HagProductServiceImpl implements HagProductService {