mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(search) Fetch fewer results per page
This is a test to evaluate how this impacts load times.
This commit is contained in:
parent
fdec565b34
commit
9e3386dbbb
@ -31,7 +31,7 @@ public class SearchQueryParamFactory {
|
|||||||
SpecificationLimit.none(),
|
SpecificationLimit.none(),
|
||||||
SpecificationLimit.none(),
|
SpecificationLimit.none(),
|
||||||
List.of(),
|
List.of(),
|
||||||
new QueryLimits(1, 100, 200, 8192),
|
new QueryLimits(1, 25, 200, 8192),
|
||||||
profile.searchSetIdentifier
|
profile.searchSetIdentifier
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user