Skip to content

Commit

Permalink
Merge pull request #173 from biothings/ctd-batch-query
Browse files Browse the repository at this point in the history
feat: add batch-size-limit for ctd subquerying
  • Loading branch information
tokebe authored Dec 13, 2023
2 parents ef3bd33 + 6e25256 commit 36cc672
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const API_BATCH_SIZE = [
name: 'Multiomics BigGIM-DrugResponse KP API',
max: 100,
},
{
id: '0212611d1c670f9107baf00b77f0889a',
name: 'CTD API',
max: 80,
},
];

// max node IDs an edge with no other IDs can have
Expand Down

0 comments on commit 36cc672

Please sign in to comment.