(search) Fetch fewer results per page

This is a test to evaluate how this impacts load times.
This commit is contained in:
Viktor Lofgren 2024-01-04 13:18:07 +01:00
parent 60361f88ed
commit 343ea9c6d8

View File

@ -31,7 +31,7 @@ public class SearchQueryParamFactory {
SpecificationLimit.none(),
SpecificationLimit.none(),
List.of(),
new QueryLimits(1, 100, 200, 8192),
new QueryLimits(1, 25, 200, 8192),
profile.searchSetIdentifier
);