Skip to content

Commit

Permalink
Merge pull request #7 from biothings/batch-limit
Browse files Browse the repository at this point in the history
Add batch_size_limit to smartapi yaml
  • Loading branch information
tokebe committed Dec 13, 2023
2 parents b2b0cd1 + b365764 commit b3bb8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ info:
## look at https://standards.ncats.io/operation.json for details.
## could use lookup_and_score in the future?
- lookup
## no batch_size_limit (BTE manages IDs for QNodes and sub-queries internally)
## /query endpoints have a limit of 15 requests/client/min
## /meta_knowledge_graph endpoints have a limit of 30 requests/client/min
## other endpoints don't have rate limits
rate_limit: 15
batch_size_limit: 150
test_data_location:
default:
url: "https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/master/biothings_explorer/sri-test-bte-ara.json"
Expand Down

0 comments on commit b3bb8bd

Please sign in to comment.