Use streaming instead of OFFSET/LIMIT
Streams the results one by one until there are no more results to fetch. This is a way to improve the performance of the query that returns the projects to handle large GitLab instances.
Showing
Please register or sign in to comment