Skip to content

Commit

Permalink
playing around with cave request limits
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Nov 4, 2024
1 parent 4ba758c commit 8310c70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/datasource/cave/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,13 @@ export class CaveAnnotationSpatialIndexSourceBackend extends WithParameters(
{
timestamp,
table,
limit: 10000,
limit: 100000, // hardcoding limit
},
5,
5000,
cancellationToken,
);
if (annotations) {
console.log("#anno", annotations.length);
const propertySerializers = makeAnnotationPropertySerializers(
rank,
properties,
Expand Down

0 comments on commit 8310c70

Please sign in to comment.