Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/biothings/call-apis.js into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
tokebe committed Nov 4, 2024
2 parents 9dea4d8 + 1924a11 commit e118e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class SubQueryDispatcher {
this.records = [];
this.currentlyDispatched = 0;
this.maxRecords = parseInt(process.env.MAX_RECORDS_PER_EDGE) || 50000;
this.globalMaxRecords = parseInt(process.env.MAX_RECORDS_TOTAL) || 75000;
this.globalMaxRecords = parseInt(process.env.MAX_RECORDS_TOTAL) || 55000;
this.totalRecords = 0;
this.done = false;
this.logs = [];
Expand Down

0 comments on commit e118e78

Please sign in to comment.