Limit the page size of GraphQL queries to 50 with the default to 10. #2561
Labels
comp:manager
Related to Manager component
type:enhance
Enhance component, behavior, internals without user-facing features
urgency:5
It is imperative that action be taken right away.
Milestone
There were several mis-use of the paginated GraphQL queries by setting the page size to an unreasonably large number, like 1000.
Let's explicitly forbid such usage by setting the maximum page size to 50 and the default page size to 10 when not specified.
The text was updated successfully, but these errors were encountered: