Skip to content

Commit

Permalink
chore(react-components): send 1000 assets to asset mappings filter
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Jul 26, 2024
1 parent a35389e commit ccf8c45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class AssetMappingAndNode3DCache {
if (ids.length === 0) {
return [];
}
const idChunks = chunk(ids, 100);
const idChunks = chunk(ids, 1000);
const initialIndex = 0;
const assetMappings = await this.fetchMappingsInQueue(
initialIndex,
Expand Down

0 comments on commit ccf8c45

Please sign in to comment.