You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Requests for excessive amount of data from the client via the API should be prevented, since this may lead to crashes in the API server. One solution would be to implement a server side default "limit" variable, in particular for dataset or block queries. However this would require, that the client checks if this limit has been reached. In such cases further calls must be issued by the client with the corresponding skip parameters. In this sense this would be breaking change in the API
The text was updated successfully, but these errors were encountered:
Issue Name
ProtectAgainstLargeQueries
Summary
Requests for excessive amount of data from the client via the API should be prevented, since this may lead to crashes in the API server. One solution would be to implement a server side default "limit" variable, in particular for dataset or block queries. However this would require, that the client checks if this limit has been reached. In such cases further calls must be issued by the client with the corresponding skip parameters. In this sense this would be breaking change in the API
The text was updated successfully, but these errors were encountered: