Skip to content

Commit

Permalink
Merge master into hflatval/dont-load-hidden-pointclouds
Browse files Browse the repository at this point in the history
  • Loading branch information
cognite-bulldozer[bot] authored Jul 26, 2024
2 parents 6df6f89 + deab2f2 commit 2206b07
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 2206b07

Please sign in to comment.