mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Increased algo limit number
This commit is contained in:
parent
8c886e7e03
commit
c4ed4063c4
@ -167,7 +167,10 @@ export function getQueryString(
|
|||||||
const baseParams = {
|
const baseParams = {
|
||||||
chainIds: [chainId],
|
chainIds: [chainId],
|
||||||
sort: { sortBy: SortTermOptions.Created },
|
sort: { sortBy: SortTermOptions.Created },
|
||||||
filters: [getFilterTerm('metadata.type', 'algorithm')]
|
filters: [getFilterTerm('metadata.type', 'algorithm')],
|
||||||
|
esPaginationOptions: {
|
||||||
|
size: 2000
|
||||||
|
}
|
||||||
} as BaseQueryParams
|
} as BaseQueryParams
|
||||||
algorithmDidList?.length > 0 &&
|
algorithmDidList?.length > 0 &&
|
||||||
baseParams.filters.push(getFilterTerm('_id', algorithmDidList))
|
baseParams.filters.push(getFilterTerm('_id', algorithmDidList))
|
||||||
|
Loading…
Reference in New Issue
Block a user