Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add batch_size_limit to smartapi yaml #7

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading