-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Description
Hi,
I’m looking for any guidance please on if there is any mechanism to limit the number of results returned at the service layer from the database.
I can see when I request a resource, the limit is set to 2147483647. This means a badly configured or malicious client could pull millions of records all at once.
Is there a way to set a max number of results (server side)?