add batch size
This commit is contained in:
parent
6e5e48d05f
commit
0af78fa4c2
|
@ -84,6 +84,7 @@ class _SearchResultsList extends HookWidget {
|
||||||
type: type,
|
type: type,
|
||||||
auth: acs.defaultTokenFor(instanceHost)?.raw,
|
auth: acs.defaultTokenFor(instanceHost)?.raw,
|
||||||
page: page,
|
page: page,
|
||||||
|
limit: batchSize,
|
||||||
);
|
);
|
||||||
|
|
||||||
switch (s.type) {
|
switch (s.type) {
|
||||||
|
|
Loading…
Reference in New Issue